Remove -fno-warn-unused-imports

Changing the build so that we don't diverge again after cleanup done
in #267.
This commit is contained in:
Olivier Chéron 2019-03-08 06:37:25 +01:00
parent d67a21f95f
commit 0ce2e5f325

View File

@ -238,7 +238,7 @@ Library
, memory >= 0.14.14
, basement >= 0.0.6
, ghc-prim
ghc-options: -Wall -fwarn-tabs -optc-O3 -fno-warn-unused-imports
ghc-options: -Wall -fwarn-tabs -optc-O3
if os(linux)
extra-libraries: pthread
default-language: Haskell2010
@ -434,7 +434,7 @@ Test-Suite test-cryptonite
, tasty-hunit
, tasty-kat
, cryptonite
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -fno-warn-unused-imports -rtsopts
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures -rtsopts
default-language: Haskell2010
Benchmark bench-cryptonite