diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-03-10 11:13:31 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-03-10 11:13:31 +0000 |
commit | 4d08fd7d6a32ac3fadc177d3225ee85193607c98 (patch) | |
tree | 38c1f1a8b0d84f685d666520a19f0bd3534d1863 | |
parent | 35d3c5110e7a9613651cf5e34f8ebf7040935b1b (diff) |
add PatternGuards extension
-rw-r--r-- | haddock.cabal | 2 |
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 |