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

Don't set -Wall -Werror in the .cabal file

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