Skip to content
Snippets Groups Projects
Commit d13477fa authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Remove -Werror from the cabal file

parent fdeac879
No related branches found
No related tags found
No related merge requests found
...@@ -25,5 +25,5 @@ Library { ...@@ -25,5 +25,5 @@ Library {
NoImplicitPrelude NoImplicitPrelude
-- We need to set the package name to integer-simple -- We need to set the package name to integer-simple
-- (without a version number) as it's magic. -- (without a version number) as it's magic.
ghc-options: -package-name integer-simple -Wall -Werror ghc-options: -package-name integer-simple -Wall
} }
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