Skip to content

Commit

Permalink
Don't -Werror in hscim, hackage wouldn't accept that for libraries.
Browse files Browse the repository at this point in the history
(anyway cabal.project turns it back on again inside this repo.)
  • Loading branch information
fisx committed Mar 19, 2024
1 parent 2ae8b20 commit 72b9f6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/hscim/hscim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ library
TypeOperators
TypeSynonymInstances

ghc-options: -Wall -Werror -Wredundant-constraints -Wunused-packages
ghc-options: -Wall -Wredundant-constraints -Wunused-packages
build-depends:
aeson >=2.1.2 && <2.2
, aeson-qq >=0.8.4 && <0.9
Expand Down Expand Up @@ -144,8 +144,8 @@ executable hscim-server
TypeSynonymInstances

ghc-options:
-Wall -Werror -threaded -rtsopts -with-rtsopts=-N
-Wredundant-constraints -Wunused-packages
-Wall -threaded -rtsopts -with-rtsopts=-N -Wredundant-constraints
-Wunused-packages

build-depends:
base
Expand Down Expand Up @@ -199,8 +199,8 @@ test-suite spec
TypeSynonymInstances

ghc-options:
-Wall -Werror -threaded -rtsopts -with-rtsopts=-N
-Wredundant-constraints -Wunused-packages
-Wall -threaded -rtsopts -with-rtsopts=-N -Wredundant-constraints
-Wunused-packages

build-tool-depends: hspec-discover:hspec-discover
build-depends:
Expand Down

0 comments on commit 72b9f6f

Please sign in to comment.