From d7787ee41ec261db9152d548a9ebbffb4c44c52d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 26 Feb 2016 23:03:44 +0000 Subject: Enabled warnings --- tp-bbcode/thermoprint-bbcode.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tp-bbcode/thermoprint-bbcode.cabal') 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 , bytestring >=0.10.6 && <1 hs-source-dirs: src default-language: Haskell2010 + ghc-options: -Wall Test-Suite tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs - ghc-options: -threaded -with-rtsopts=-N + ghc-options: -Wall -threaded -with-rtsopts=-N extensions: StandaloneDeriving , OverloadedStrings , OverloadedLists -- cgit v1.2.3