aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c49e029c..e25bc178 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -63,7 +63,7 @@ executable haddock
build-depends:
base,
haskell98,
- ghc == 6.8.2 || == 6.8.3,
+ ghc >= 6.8.2,
ghc-paths,
filepath,
directory,