Skip to content

Commit

Permalink
remove -Werror from ircbot-demo too
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 14, 2023
1 parent 66d626a commit e7f9632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ircbot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e7f9632

Please sign in to comment.