[commit: ghc] ghc-8.0: Widen deepseq lower bound (2930a5b)

git at git.haskell.org git at git.haskell.org
Wed Aug 10 13:20:47 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/2930a5bd9fddbec6ee3add64ac0c7debbe17ac24/ghc

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

commit 2930a5bd9fddbec6ee3add64ac0c7debbe17ac24
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Aug 9 11:46:38 2016 +0200

    Widen deepseq lower bound


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

2930a5bd9fddbec6ee3add64ac0c7debbe17ac24
 compiler/ghc.cabal.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d6a4944..b3ac89c 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -45,7 +45,7 @@ Library
     Exposed: False
 
     Build-Depends: base       >= 4   && < 5,
-                   deepseq    >= 1.4 && < 1.5,
+                   deepseq    >= 1.3 && < 1.5,
                    directory  >= 1   && < 1.3,
                    process    >= 1   && < 1.5,
                    bytestring >= 0.9 && < 0.11,



More information about the ghc-commits mailing list