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