summaryrefslogtreecommitdiff
path: root/dht/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-10-18 09:43:20 +0000
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:52:45 -0500
commit5bde2cfe951577be3018b437619cd0e87ab20096 (patch)
tree3077430f036d44d856caa3ca65e9f7644102fee5 /dht/dht-client.cabal
parent88cb351cb6ddfb5e80f247bea6cc503ed1e12baf (diff)
Control.Concurrent.ThreadUtil replaces #ifdef imports
* new function, forkLabeled * new module Control.Concurrent.ThreadUtil * label a few unlabeled threads
Diffstat (limited to 'dht/dht-client.cabal')
-rw-r--r--dht/dht-client.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal
index 168dd079..31f78bcf 100644
--- a/dht/dht-client.cabal
+++ b/dht/dht-client.cabal
@@ -71,7 +71,8 @@ library
71 , RecordWildCards 71 , RecordWildCards
72 , NondecreasingIndentation 72 , NondecreasingIndentation
73 hs-source-dirs: src, ., Presence 73 hs-source-dirs: src, ., Presence
74 exposed-modules: Network.SocketLike 74 exposed-modules: Control.Concurrent.ThreadUtil
75 Network.SocketLike
75 Data.Digest.CRC32C 76 Data.Digest.CRC32C
76 Data.Bits.ByteString 77 Data.Bits.ByteString
77 Data.TableMethods 78 Data.TableMethods