summaryrefslogtreecommitdiff
path: root/dht-client.cabal
diff options
context:
space:
mode:
authorDebian Live user <user@localhost.localdomain>2017-10-28 21:41:08 +0000
committerDebian Live user <user@localhost.localdomain>2017-10-28 21:41:08 +0000
commit225d3f104ce24eb08550ee6cb09d23c184785e59 (patch)
tree8593748f08ad13ab5a4c234eee06973d151d8dbb /dht-client.cabal
parente89145df011e7737c59a1ce4568432e2e9291871 (diff)
incrementNonce24, useful for Tox Handshake
Diffstat (limited to 'dht-client.cabal')
-rw-r--r--dht-client.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal
index de6eb33f..6bd680cc 100644
--- a/dht-client.cabal
+++ b/dht-client.cabal
@@ -134,6 +134,7 @@ library
134 , monad-control 134 , monad-control
135 , transformers-base 135 , transformers-base
136 , mtl 136 , mtl
137 , ghc-prim
137 138
138 if impl(ghc < 8) 139 if impl(ghc < 8)
139 Build-depends: transformers 140 Build-depends: transformers