aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-11 12:41:58 +0200
committerSimon Hengel <sol@typeful.net>2012-10-11 12:41:58 +0200
commitca0646c8c7131da78fa3ba5e5409d37444b042c2 (patch)
treeb1a4300999871442ea4805c015dc30deac376490 /haddock.cabal
parent93410d53e8eb07da95f4dfb8cb7d2e4488f0ef5c (diff)
Require ghc 7.6
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 37b8acb9..3df153a2 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -71,7 +71,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.8
+ ghc == 7.6.*
other-modules:
Documentation.Haddock
Haddock
@@ -121,7 +121,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.8
+ ghc == 7.6.*
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE