From 717631e299d2e869adbe59e98be0fee106abe1c2 Mon Sep 17 00:00:00 2001 From: David Waern Date: Thu, 1 May 2008 12:45:53 +0000 Subject: Remove -fglasgow-exts and -fasm --- haddock.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'haddock.cabal') 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 -- cgit v1.2.3