Skip to content

Commit 92f97b7

Browse files
committed
.cabal changes
1 parent f02ba40 commit 92f97b7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tablebot.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ executable tablebot-exe
192192
Paths_tablebot
193193
hs-source-dirs:
194194
app
195-
ghc-options: -threaded -rtsopts "-with-rtsopts=-Iw10 -N"
195+
ghc-options: -threaded -rtsopts -Wall "-with-rtsopts=-Iw10 -N"
196196
build-depends:
197197
Chart
198198
, Chart-diagrams
@@ -251,11 +251,12 @@ test-suite tablebot-test
251251
type: exitcode-stdio-1.0
252252
main-is: Spec.hs
253253
other-modules:
254+
Dice.Gen
254255
Dice.RoundtripSpec
255256
Paths_tablebot
256257
hs-source-dirs:
257258
test
258-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
259+
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
259260
build-tool-depends:
260261
tasty-discover:tasty-discover
261262
build-depends:

0 commit comments

Comments
 (0)