aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-05-01 12:45:53 +0000
committerDavid Waern <david.waern@gmail.com>2008-05-01 12:45:53 +0000
commit717631e299d2e869adbe59e98be0fee106abe1c2 (patch)
tree1516cd06ecbbc296ed9890e0fa229da9112db7f0
parent7c08986a9002919d9b9108c1fb90431668478681 (diff)
Remove -fglasgow-exts and -fasm
-rw-r--r--haddock.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index a1e8ea55..dc862ecb 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -23,7 +23,6 @@ build-depends:
containers,
array
extensions: CPP, PatternGuards
-ghc-options: -fglasgow-exts
hs-source-dirs: src
exposed-modules: Distribution.Haddock
other-modules:
@@ -77,7 +76,7 @@ executable: haddock
hs-source-dirs: src
main-is: Main.hs
extensions: CPP, PatternGuards
-ghc-options: -fglasgow-exts -funbox-strict-fields -O2 -fasm
+ghc-options: -funbox-strict-fields -O2
other-modules:
Haddock.Interface
Haddock.Interface.Rename