Don't build with -Werror.

master
vi 2014-08-24 14:15:44 +08:00
parent 16633fd8b2
commit dddff3484e
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ library
hs-source-dirs:
src
ghc-options:
-Wall -Werror
-Wall
default-language:
Haskell2010