[commit: packages/parallel] master: Bump upper bound for `deepseq` (50a2b2a)

git at git.haskell.org git at git.haskell.org
Sat Nov 15 11:24:53 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/50a2b2a622898786d623a9f933183525305058d3

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

commit 50a2b2a622898786d623a9f933183525305058d3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Nov 15 11:41:09 2014 +0100

    Bump upper bound for `deepseq`
    
    The upcoming `deepseq-1.4.0.0` version's changes don't affect `parallel`
    so we can safely bump the upper bound


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

50a2b2a622898786d623a9f933183525305058d3
 parallel.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parallel.cabal b/parallel.cabal
index e63423c..90f0583 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -36,7 +36,7 @@ library
         array      >= 0.3 && < 0.6,
         base       >= 4.3 && < 4.9,
         containers >= 0.4 && < 0.6,
-        deepseq    >= 1.1 && < 1.4
+        deepseq    >= 1.1 && < 1.5
 
     ghc-options: -Wall
 



More information about the ghc-commits mailing list