aboutsummaryrefslogtreecommitdiff
path: root/tp-bbcode/thermoprint-bbcode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tp-bbcode/thermoprint-bbcode.cabal')
-rw-r--r--tp-bbcode/thermoprint-bbcode.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-bbcode/thermoprint-bbcode.cabal b/tp-bbcode/thermoprint-bbcode.cabal
index 3d47691..8773b89 100644
--- a/tp-bbcode/thermoprint-bbcode.cabal
+++ b/tp-bbcode/thermoprint-bbcode.cabal
@@ -32,12 +32,13 @@ library
32 , bytestring >=0.10.6 && <1 32 , bytestring >=0.10.6 && <1
33 hs-source-dirs: src 33 hs-source-dirs: src
34 default-language: Haskell2010 34 default-language: Haskell2010
35 ghc-options: -Wall
35 36
36Test-Suite tests 37Test-Suite tests
37 type: exitcode-stdio-1.0 38 type: exitcode-stdio-1.0
38 hs-source-dirs: test 39 hs-source-dirs: test
39 main-is: Spec.hs 40 main-is: Spec.hs
40 ghc-options: -threaded -with-rtsopts=-N 41 ghc-options: -Wall -threaded -with-rtsopts=-N
41 extensions: StandaloneDeriving 42 extensions: StandaloneDeriving
42 , OverloadedStrings 43 , OverloadedStrings
43 , OverloadedLists 44 , OverloadedLists