summaryrefslogtreecommitdiff
path: root/tox-crypto
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-09-28 15:41:34 -0400
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:33:47 -0500
commitf6c5c0c7420ffff741ade3127a83431bb9eb77d4 (patch)
treebc45d92bd2379c9eadfb08471951ba61b87d26f2 /tox-crypto
parentf4176614c758f4110fec7a56e5c331817ec6eca6 (diff)
DebugTag in other-modules
Diffstat (limited to 'tox-crypto')
-rw-r--r--tox-crypto/tox-crypto.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox-crypto/tox-crypto.cabal b/tox-crypto/tox-crypto.cabal
index 9737e5d9..678cccd5 100644
--- a/tox-crypto/tox-crypto.cabal
+++ b/tox-crypto/tox-crypto.cabal
@@ -17,7 +17,7 @@ cabal-version: >=1.10
17 17
18library 18library
19 exposed-modules: Crypto.Tox 19 exposed-modules: Crypto.Tox
20 -- other-modules: 20 other-modules: DebugTag
21 other-extensions: CPP 21 other-extensions: CPP
22 , GeneralizedNewtypeDeriving 22 , GeneralizedNewtypeDeriving
23 , ScopedTypeVariables 23 , ScopedTypeVariables