From 0ce2e5f32527e8cfaef17f01c54006b37c369257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9ron?= Date: Fri, 8 Mar 2019 06:37:25 +0100 Subject: [PATCH] Remove -fno-warn-unused-imports Changing the build so that we don't diverge again after cleanup done in #267. --- cryptonite.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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