From 0b2de17e8bb5ca5c2f709f150fd73153ef670fd0 Mon Sep 17 00:00:00 2001 From: Baylac-Jacqué Félix Date: Sat, 16 Sep 2017 16:11:04 +0200 Subject: Fix GHC and HLINT warnings. --- nara.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nara.cabal') diff --git a/nara.cabal b/nara.cabal index aea1387..450dab4 100644 --- a/nara.cabal +++ b/nara.cabal @@ -99,7 +99,7 @@ library buildable: False ghc-options: - -Wall -O2 + -Wall -Werror -O2 if flag(static) ghc-options: -optl-static @@ -116,7 +116,7 @@ test-suite nara-test main-is: Spec.hs hs-source-dirs: tests/spec - ghc-options: -Wall + ghc-options: -Wall -Werror build-depends: attoparsec , base == 4.9.* -- cgit v1.2.3-59-g8ed1b