diff --git a/ircbot.cabal b/ircbot.cabal index f854f47..f3d4b8f 100644 --- a/ircbot.cabal +++ b/ircbot.cabal @@ -65,7 +65,7 @@ Library Executable ircbot-demo main-is: demo.hs hs-source-dirs: app - ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4 && <5, ircbot default-language: Haskell2010