[building] quiet down unused module imports

This commit is contained in:
Vincent Hanquez 2015-11-02 11:16:48 +00:00
parent 2dbbdc82ff
commit d3ca133ff6
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 0.9
* Quiet down unused module imports
## 0.8
* Add support for ChaChaPoly1305 Nonce Increment (John Galt)

View File

@ -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