diff --git a/cryptonite.cabal b/cryptonite.cabal index 7bb1c5c..c939c33 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -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