[commit: packages/deepseq] down, master, wip/remove_ghc70_72_cpp: Bump upper bound on deepseq (fe59233)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:59:15 UTC 2017


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

On branches: down,master,wip/remove_ghc70_72_cpp
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/fe592334abce7ada36ef43f9bfa5f9528b51747d

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

commit fe592334abce7ada36ef43f9bfa5f9528b51747d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 12:51:47 2016 -0500

    Bump upper bound on deepseq


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

fe592334abce7ada36ef43f9bfa5f9528b51747d
 deepseq.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deepseq.cabal b/deepseq.cabal
index 146e0a2..95a16a3 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -60,7 +60,7 @@ library
   if impl(ghc < 7.4)
     build-depends: array < 0.4
 
-  build-depends: base       >= 4.3 && < 4.10,
+  build-depends: base       >= 4.3 && < 4.11,
                  array      >= 0.3 && < 0.6
   ghc-options: -Wall
 



More information about the ghc-commits mailing list