[commit: packages/pretty] master: Bump base dependency to >= 4.5 (#18). (e34ba99)

git at git.haskell.org git at git.haskell.org
Wed Dec 16 07:11:39 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/e34ba99e109259b66f188bb25c2cfe3bca664522

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

commit e34ba99e109259b66f188bb25c2cfe3bca664522
Author: David Terei <code at davidterei.com>
Date:   Mon Jan 19 00:11:19 2015 -0800

    Bump base dependency to >= 4.5 (#18).
    
    Support SafeHaskell and Generics, both of which require GHC 7.4 or
    greater.


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

e34ba99e109259b66f188bb25c2cfe3bca664522
 pretty.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pretty.cabal b/pretty.cabal
index 25898c4..89e739c 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -31,7 +31,7 @@ Library
         Text.PrettyPrint
         Text.PrettyPrint.HughesPJ
         Text.PrettyPrint.HughesPJClass
-    build-depends: base >= 3 && < 5,
+    build-depends: base >= 4.5 && < 5,
                    deepseq >= 1.1,
                    ghc-prim
     extensions: CPP, BangPatterns, DeriveGeneric
@@ -41,7 +41,7 @@ Test-Suite test-pretty
     type: exitcode-stdio-1.0
     hs-source-dirs: tests
                     src
-    build-depends: base >= 3 && < 5,
+    build-depends: base >= 4.5 && < 5,
                    deepseq >= 1.1,
                    ghc-prim,
                    QuickCheck >= 2.5 && <3



More information about the ghc-commits mailing list