[commit: packages/unix] bgamari-patch-1, master: Bump upper bound on base (245b6b1)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 22:04:32 UTC 2017


Repository : ssh://git@git.haskell.org/unix

On branches: bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/245b6b1c3f9161233235364a58e7c5914a354a57/unix

>---------------------------------------------------------------

commit 245b6b1c3f9161233235364a58e7c5914a354a57
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 12:52:33 2016 -0500

    Bump upper bound on base


>---------------------------------------------------------------

245b6b1c3f9161233235364a58e7c5914a354a57
 unix.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unix.cabal b/unix.cabal
index 5ba2ddd..6565f1c 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -62,7 +62,7 @@ library
         buildable: False
 
     build-depends:
-        base        >= 4.5     && < 4.10,
+        base        >= 4.5     && < 4.11,
         bytestring  >= 0.9.2   && < 0.11,
         time        >= 1.2     && < 1.7
 



More information about the ghc-commits mailing list