aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
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 985a2a2b..3464ea76 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -82,7 +82,7 @@ executable haddock
main-is: Main.hs
hs-source-dirs: src
extensions: CPP, PatternGuards, DeriveDataTypeable,
- PatternSignatures, MagicHash
+ ScopedTypeVariables, MagicHash
ghc-options: -funbox-strict-fields -O2
other-modules:
@@ -122,7 +122,7 @@ executable haddock
library
hs-source-dirs: src
extensions: CPP, PatternGuards, DeriveDataTypeable,
- PatternSignatures, MagicHash
+ ScopedTypeVariables, MagicHash
exposed-modules: Distribution.Haddock
other-modules:
Haddock.Types