diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-26 23:03:44 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-26 23:03:44 +0000 |
commit | d7787ee41ec261db9152d548a9ebbffb4c44c52d (patch) | |
tree | 8bb8d09bc66f7c2dc696d2da9b6445c5304c1155 /spec | |
parent | f64e26726ce5468069093aa86fe973ad4be4816c (diff) | |
download | thermoprint-d7787ee41ec261db9152d548a9ebbffb4c44c52d.tar thermoprint-d7787ee41ec261db9152d548a9ebbffb4c44c52d.tar.gz thermoprint-d7787ee41ec261db9152d548a9ebbffb4c44c52d.tar.bz2 thermoprint-d7787ee41ec261db9152d548a9ebbffb4c44c52d.tar.xz thermoprint-d7787ee41ec261db9152d548a9ebbffb4c44c52d.zip |
Enabled warnings
Diffstat (limited to 'spec')
-rw-r--r-- | spec/thermoprint-spec.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal index 7446da3..e236e05 100644 --- a/spec/thermoprint-spec.cabal +++ b/spec/thermoprint-spec.cabal | |||
@@ -47,12 +47,13 @@ library | |||
47 | , time >=1.5.0 && <2 | 47 | , time >=1.5.0 && <2 |
48 | -- hs-source-dirs: | 48 | -- hs-source-dirs: |
49 | default-language: Haskell2010 | 49 | default-language: Haskell2010 |
50 | ghc-options: -Wall | ||
50 | 51 | ||
51 | Test-Suite tests | 52 | Test-Suite tests |
52 | type: exitcode-stdio-1.0 | 53 | type: exitcode-stdio-1.0 |
53 | hs-source-dirs: test | 54 | hs-source-dirs: test |
54 | main-is: Spec.hs | 55 | main-is: Spec.hs |
55 | ghc-options: -threaded -with-rtsopts=-N | 56 | ghc-options: -Wall -threaded -with-rtsopts=-N |
56 | extensions: StandaloneDeriving | 57 | extensions: StandaloneDeriving |
57 | , OverloadedStrings | 58 | , OverloadedStrings |
58 | , OverloadedLists | 59 | , OverloadedLists |