[commit: haddock] master: Relax upper bound on GHC a bit (d5298da)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:43:16 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/d5298da5a2198280347bed9207143e79f44e86ec

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

commit d5298da5a2198280347bed9207143e79f44e86ec
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Tue Jul 7 23:58:33 2015 +0100

    Relax upper bound on GHC a bit


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

d5298da5a2198280347bed9207143e79f44e86ec
 haddock-api/haddock-api.cabal | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 439c058..1e0b1ea 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -47,7 +47,7 @@ library
     , array
     , xhtml >= 3000.2 && < 3000.3
     , Cabal >= 1.10
-    , ghc >= 7.10 && < 7.10.2
+    , ghc >= 7.10 && < 7.12
 
     , ghc-paths
     , haddock-library == 1.2.*
@@ -113,8 +113,7 @@ test-suite spec
   build-depends:
       base >= 4.3 && < 4.9
     , containers
-    , ghc >= 7.10 && < 7.10.2
-
+    , ghc >= 7.10 && < 7.12
     , hspec
     , QuickCheck == 2.*
 



More information about the ghc-commits mailing list