aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index e25bc178..ea63079e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -70,6 +70,10 @@ executable haddock
pretty,
containers,
array
+
+ if impl(ghc >= 6.9)
+ build-depends: Cabal >= 1.5
+
main-is: Main.hs
hs-source-dirs: src
extensions: CPP, PatternGuards, DeriveDataTypeable,