From d3ca133ff6ee8a466ea8786a6688e8e515903248 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 2 Nov 2015 11:16:48 +0000 Subject: [PATCH] [building] quiet down unused module imports --- CHANGELOG.md | 3 +++ cryptonite.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b41bf1..26c53b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.9 + +* Quiet down unused module imports ## 0.8 * Add support for ChaChaPoly1305 Nonce Increment (John Galt) diff --git a/cryptonite.cabal b/cryptonite.cabal index f4b6dcd..41a017a 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -170,7 +170,7 @@ Library , bytestring , memory >= 0.8 , ghc-prim - ghc-options: -Wall -fwarn-tabs -optc-O3 + ghc-options: -Wall -fwarn-tabs -optc-O3 -fno-warn-unused-imports default-language: Haskell2010 C-sources: cbits/cryptonite_chacha.c , cbits/cryptonite_salsa.c