[commit: packages/hoopl] master: Bump upper bound on base (d2f1175)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:37:36 UTC 2017


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

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

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

commit d2f117557ea08bb7cf062573d0e39f523bb1a4d0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 14:26:51 2016 -0500

    Bump upper bound on base


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

d2f117557ea08bb7cf062573d0e39f523bb1a4d0
 hoopl.cabal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hoopl.cabal b/hoopl.cabal
index fc117a0..0beb1c5 100644
--- a/hoopl.cabal
+++ b/hoopl.cabal
@@ -40,7 +40,8 @@ Library
     Other-Extensions: Safe Trustworthy
 
   Hs-Source-Dirs:    src
-  Build-Depends:     base >= 4.3 && < 4.10, containers >= 0.4 && < 0.6
+  Build-Depends:     base >= 4.3 && < 4.11,
+                     containers >= 0.4 && < 0.6
   Exposed-Modules:   Compiler.Hoopl,
                      Compiler.Hoopl.Internals,
                      Compiler.Hoopl.Wrappers,



More information about the ghc-commits mailing list