Skip to content

Commit

Permalink
remove -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Dec 29, 2013
1 parent fd2ebf1 commit fb08d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monad-logger-syslog/monad-logger-syslog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cabal-version: >=1.10
library
default-language: Haskell2010
exposed-modules: System.Log.MonadLogger.Syslog
ghc-options: -Wall -Werror
ghc-options: -Wall
build-depends: base >=4.6 && <4.7
, monad-logger >= 0.3.4.0
, fast-logger >= 2.1.0
Expand Down

0 comments on commit fb08d70

Please sign in to comment.