We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02ba40 commit 92f97b7Copy full SHA for 92f97b7
1 file changed
tablebot.cabal
@@ -192,7 +192,7 @@ executable tablebot-exe
192
Paths_tablebot
193
hs-source-dirs:
194
app
195
- ghc-options: -threaded -rtsopts "-with-rtsopts=-Iw10 -N"
+ ghc-options: -threaded -rtsopts -Wall "-with-rtsopts=-Iw10 -N"
196
build-depends:
197
Chart
198
, Chart-diagrams
@@ -251,11 +251,12 @@ test-suite tablebot-test
251
type: exitcode-stdio-1.0
252
main-is: Spec.hs
253
other-modules:
254
+ Dice.Gen
255
Dice.RoundtripSpec
256
257
258
test
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
259
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
260
build-tool-depends:
261
tasty-discover:tasty-discover
262
0 commit comments