summaryrefslogtreecommitdiff
path: root/dht/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-09-28 14:19:35 -0400
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:33:47 -0500
commit2dfb3b4f514251b7dde082cbca5d8ad358ee479d (patch)
treeed931e9b90b94a365dd9bc98be3bd1d8f95a8f06 /dht/dht-client.cabal
parent355988d73145e6c61748e5fca03006348bd95758 (diff)
Use dput-hslogger instead of internal DPut
Diffstat (limited to 'dht/dht-client.cabal')
-rw-r--r--dht/dht-client.cabal8
1 files changed, 3 insertions, 5 deletions
diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal
index 7efc2392..1cc93e3d 100644
--- a/dht/dht-client.cabal
+++ b/dht/dht-client.cabal
@@ -70,9 +70,7 @@ library
70 , RecordWildCards 70 , RecordWildCards
71 , NondecreasingIndentation 71 , NondecreasingIndentation
72 hs-source-dirs: src, ., Presence 72 hs-source-dirs: src, ., Presence
73 exposed-modules: DPut 73 exposed-modules: Network.SocketLike
74 DebugTag
75 Network.SocketLike
76 Data.Digest.CRC32C 74 Data.Digest.CRC32C
77 Data.Bits.ByteString 75 Data.Bits.ByteString
78 Data.TableMethods 76 Data.TableMethods
@@ -212,7 +210,7 @@ library
212 , exceptions 210 , exceptions
213 , hinotify 211 , hinotify
214 , avahi >= 0.2.0 212 , avahi >= 0.2.0
215 , hslogger 213 , dput-hslogger
216 , word64-map 214 , word64-map
217 , network-addr 215 , network-addr
218 , tox-crypto 216 , tox-crypto
@@ -238,7 +236,7 @@ library
238 Build-depends: network >= 2.4 && < 2.6 236 Build-depends: network >= 2.4 && < 2.6
239 237
240 238
241 other-modules: Paths_dht_client 239 other-modules: Paths_dht_client, DebugTag
242 240
243 C-sources: Presence/monitortty.c 241 C-sources: Presence/monitortty.c
244 242