Skip to content

Commit

Permalink
Disable -Werror to appease Hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 7, 2018
1 parent 72c4c82 commit 3f396a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matterhorn.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ executable matterhorn
default-extensions: OverloadedStrings,
ScopedTypeVariables,
NoImplicitPrelude
ghc-options: -Wall -Werror -threaded -with-rtsopts=-I0
ghc-options: -Wall -threaded -with-rtsopts=-I0
build-depends: base >=4.8 && <5
, mattermost-api == 50200.0.0
, base-compat >= 0.9 && < 0.11
Expand Down Expand Up @@ -172,7 +172,7 @@ test-suite test_messages
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables
ghc-options: -Wall -Werror -fno-warn-orphans
ghc-options: -Wall -fno-warn-orphans
hs-source-dirs: src, test
build-depends: base >=4.7 && <5
, base-compat >= 0.9 && < 0.11
Expand Down

0 comments on commit 3f396a8

Please sign in to comment.