summaryrefslogtreecommitdiff
path: root/tox-crypto/tox-crypto.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tox-crypto/tox-crypto.cabal')
-rw-r--r--tox-crypto/tox-crypto.cabal5
1 files changed, 4 insertions, 1 deletions
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
16cabal-version: >=1.10 16cabal-version: >=1.10
17 17
18library 18library
19 C-sources: cbits/crc4_itu.c
19 exposed-modules: Crypto.Tox 20 exposed-modules: Crypto.Tox
20 other-modules: DebugTag 21 other-modules: DebugTag, Codec.AsciiKey256
21 other-extensions: CPP 22 other-extensions: CPP
22 , GeneralizedNewtypeDeriving 23 , GeneralizedNewtypeDeriving
23 , ScopedTypeVariables 24 , ScopedTypeVariables
@@ -40,8 +41,10 @@ library
40 base 41 base
41 , cpu 42 , cpu
42 , memory 43 , memory
44 , base32-bytestring
43 , base64-bytestring 45 , base64-bytestring
44 , base16-bytestring 46 , base16-bytestring
47 , text
45 , cereal 48 , cereal
46 , word64-map 49 , word64-map
47 , contravariant 50 , contravariant