From b74f7619e4cc6282a46fd92493008a8fefd1c6df Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 8 Apr 2015 20:40:43 +0100 Subject: [PATCH] temporarily export byteArray stuff --- cryptonite.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonite.cabal b/cryptonite.cabal index 543c4b7..d307170 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -86,6 +86,7 @@ Library Crypto.Random.Entropy Crypto.Random.EntropyPool Crypto.Random.Entropy.Unsafe + Crypto.Internal.ByteArray Other-modules: Crypto.Cipher.AES.Internal Crypto.Cipher.Blowfish.Primitive Crypto.Cipher.Camellia.Primitive @@ -125,7 +126,6 @@ Library Crypto.PubKey.ElGamal Crypto.Internal.Compat Crypto.Internal.Bytes - Crypto.Internal.ByteArray Crypto.Internal.Endian Crypto.Internal.Memory Build-depends: base >= 4.3 && < 5