Skip to content

Commit

Permalink
Remove -Werror for hackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
crabmusket committed May 30, 2015
1 parent a1115da commit 94e1578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hscuid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
extra-libraries: kernel32
else
build-depends: unix ==2.*
ghc-options: -Wall -Werror
ghc-options: -Wall

test-suite hscuid-test
type: exitcode-stdio-1.0
Expand All @@ -40,4 +40,4 @@ test-suite hscuid-test
build-depends: base ==4.*,
containers ==0.5.*,
hscuid
ghc-options: -Wall -Werror -rtsopts -O2
ghc-options: -Wall -rtsopts -O2

0 comments on commit 94e1578

Please sign in to comment.