[commit: packages/hoopl] master: Relax upper bound on `base` to allow base-4.9 (d72c509)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 22:13:50 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/d72c509927e60c9ca487d2fb85af4ea0702ebfe7

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

commit d72c509927e60c9ca487d2fb85af4ea0702ebfe7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Oct 31 11:51:05 2015 +0100

    Relax upper bound on `base` to allow base-4.9
    
    GHC 8.0 is going to ship with base-4.9.0.0


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

d72c509927e60c9ca487d2fb85af4ea0702ebfe7
 hoopl.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hoopl.cabal b/hoopl.cabal
index 8a549f8..732d8c2 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -45,7 +45,7 @@ Library
     Other-Extensions: Safe Trustworthy
 
   Hs-Source-Dirs:    src
-  Build-Depends:     base >= 4.3 && < 4.9, containers >= 0.4 && < 0.6
+  Build-Depends:     base >= 4.3 && < 4.10, containers >= 0.4 && < 0.6
   Exposed-Modules:   Compiler.Hoopl,
                      Compiler.Hoopl.Internals,
                      Compiler.Hoopl.Wrappers,
@@ -78,7 +78,7 @@ Test-Suite hoopl-test
   Type:              exitcode-stdio-1.0
   Main-Is:           Main.hs
   Hs-Source-Dirs:    testing src
-  Build-Depends:     base >= 4.3 && < 4.9, 
+  Build-Depends:     base >= 4.3 && < 4.10, 
                      containers >= 0.4 && < 0.6,
                      filepath,
                      mtl >= 2.1.3.1,



More information about the ghc-commits mailing list