diff options
author | David Waern <david.waern@gmail.com> | 2008-05-01 12:45:53 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-05-01 12:45:53 +0000 |
commit | 717631e299d2e869adbe59e98be0fee106abe1c2 (patch) | |
tree | 1516cd06ecbbc296ed9890e0fa229da9112db7f0 | |
parent | 7c08986a9002919d9b9108c1fb90431668478681 (diff) |
Remove -fglasgow-exts and -fasm
-rw-r--r-- | haddock.cabal | 3 |
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 |