[building] quiet down unused module imports
This commit is contained in:
parent
2dbbdc82ff
commit
d3ca133ff6
@ -1,3 +1,6 @@
|
|||||||
|
## 0.9
|
||||||
|
|
||||||
|
* Quiet down unused module imports
|
||||||
## 0.8
|
## 0.8
|
||||||
|
|
||||||
* Add support for ChaChaPoly1305 Nonce Increment (John Galt)
|
* Add support for ChaChaPoly1305 Nonce Increment (John Galt)
|
||||||
|
|||||||
@ -170,7 +170,7 @@ Library
|
|||||||
, bytestring
|
, bytestring
|
||||||
, memory >= 0.8
|
, memory >= 0.8
|
||||||
, ghc-prim
|
, ghc-prim
|
||||||
ghc-options: -Wall -fwarn-tabs -optc-O3
|
ghc-options: -Wall -fwarn-tabs -optc-O3 -fno-warn-unused-imports
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
C-sources: cbits/cryptonite_chacha.c
|
C-sources: cbits/cryptonite_chacha.c
|
||||||
, cbits/cryptonite_salsa.c
|
, cbits/cryptonite_salsa.c
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user