[commit: packages/pretty] large_docs, master, moretests: remove bounds on deepseq (fixes #15) (5e45854)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:48:59 UTC 2015


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

On branches: large_docs,master,moretests
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/5e45854b4e34763463cbf13dd4aee7b69824a6da

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

commit 5e45854b4e34763463cbf13dd4aee7b69824a6da
Author: David Terei <code at davidterei.com>
Date:   Sun Dec 21 23:03:26 2014 -0800

    remove bounds on deepseq (fixes #15)


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

5e45854b4e34763463cbf13dd4aee7b69824a6da
 pretty.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pretty.cabal b/pretty.cabal
index 7d71469..64f1b83 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -31,7 +31,7 @@ Library
         Text.PrettyPrint
         Text.PrettyPrint.HughesPJ
     build-depends: base >= 3 && < 5,
-                   deepseq >= 1.1 && < 1.4
+                   deepseq >= 1.1
     extensions: CPP, BangPatterns
     ghc-options: -Wall -fwarn-tabs
 



More information about the ghc-commits mailing list