Skip to content
Snippets Groups Projects
Commit 9c9e91bf authored by waern's avatar waern
Browse files

Remove -Werror

Forgot that Hackage doesn't like it.
parent 23c1629c
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
...@@ -85,7 +85,7 @@ executable haddock ...@@ -85,7 +85,7 @@ executable haddock
hs-source-dirs: src hs-source-dirs: src
extensions: CPP, PatternGuards, DeriveDataTypeable, extensions: CPP, PatternGuards, DeriveDataTypeable,
ScopedTypeVariables, MagicHash ScopedTypeVariables, MagicHash
ghc-options: -funbox-strict-fields -O2 -Wall -Werror ghc-options: -funbox-strict-fields -O2 -Wall
other-modules: other-modules:
Haddock.Interface Haddock.Interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment