diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index d7eaca89..5e907b6f 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -78,7 +78,7 @@ executable: haddock hs-source-dirs: src main-is: Main.hs extensions: CPP, PatternGuards -ghc-options: -fglasgow-exts +ghc-options: -fglasgow-exts -funbox-strict-fields -O2 -fasm other-modules: Haddock.Interface.Rename Haddock.Interface.Create |