From ba80bccaf7e70addbce3624f8296f04385fa8210 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 8 Apr 2015 22:41:06 +0100 Subject: [PATCH] add missing tests and module --- cryptonite.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptonite.cabal b/cryptonite.cabal index d307170..03a222d 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -17,6 +17,7 @@ extra-doc-files: README.md extra-source-files: cbits/*.h cbits/aes/*.h cbits/aes/x86ni_impl.c + tests/*.hs source-repository head type: git @@ -127,6 +128,7 @@ Library Crypto.Internal.Compat Crypto.Internal.Bytes Crypto.Internal.Endian + Crypto.Internal.Imports Crypto.Internal.Memory Build-depends: base >= 4.3 && < 5 , bytestring