aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-07 23:58:33 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-07 23:58:33 +0100
commitd5298da5a2198280347bed9207143e79f44e86ec (patch)
tree940e6deac5c7f2dba30ed8ebb552e022eb3acf5b
parentad3b36b11ae2be54a1be4279cec659f09c5d00bf (diff)
Relax upper bound on GHC a bit
-rw-r--r--haddock-api/haddock-api.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 439c058c..1e0b1eaf 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.*