aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-03-10 11:13:31 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-03-10 11:13:31 +0000
commit4d08fd7d6a32ac3fadc177d3225ee85193607c98 (patch)
tree38c1f1a8b0d84f685d666520a19f0bd3534d1863 /haddock.cabal
parent35d3c5110e7a9613651cf5e34f8ebf7040935b1b (diff)
add PatternGuards extension
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c741ea16..7c58faa3 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -20,7 +20,7 @@ data-files:
executable: haddock
hs-source-dirs: src
main-is: Main.hs
-extensions: CPP
+extensions: CPP, PatternGuards
other-modules:
Binary
BlockTable