From 5e2f6f9f8b78b90f0becb60e735abbd62bac6ca6 Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Thu, 9 Jan 2020 12:10:10 -0500 Subject: Moved Codec.AsciiKey256 to tox-crypto. --- tox-crypto/tox-crypto.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox-crypto/tox-crypto.cabal') diff --git a/tox-crypto/tox-crypto.cabal b/tox-crypto/tox-crypto.cabal index 678cccd5..370b1a85 100644 --- a/tox-crypto/tox-crypto.cabal +++ b/tox-crypto/tox-crypto.cabal @@ -16,8 +16,9 @@ extra-source-files: CHANGELOG.md cabal-version: >=1.10 library + C-sources: cbits/crc4_itu.c exposed-modules: Crypto.Tox - other-modules: DebugTag + other-modules: DebugTag, Codec.AsciiKey256 other-extensions: CPP , GeneralizedNewtypeDeriving , ScopedTypeVariables @@ -40,8 +41,10 @@ library base , cpu , memory + , base32-bytestring , base64-bytestring , base16-bytestring + , text , cereal , word64-map , contravariant -- cgit v1.2.3