Skip to content
Snippets Groups Projects
Commit 6b444083 authored by Matthias Hörmann's avatar Matthias Hörmann Committed by Matvey Aksenov
Browse files

add -Wall and a couple of other warning GHC options to .cabal file

parent 85dec4c7
Branches
Tags
No related merge requests found
......@@ -25,6 +25,11 @@ source-repository head
tag: 0.1.0
library
ghc-options:
-Wall
-fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates
-fwarn-unrecognised-pragmas
default-language:
Haskell2010
hs-source-dirs:
......@@ -56,6 +61,11 @@ library
, text
test-suite spec
ghc-options:
-Wall
-fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates
-fwarn-unrecognised-pragmas
default-language:
Haskell2010
type:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment