diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-11-20 22:30:20 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-11-20 22:30:20 +0000 |
commit | de3223b62bf002232ca659c2738441ad6c1708eb (patch) | |
tree | 391ad0a273df8efef8601700340b8109bc6f8b65 /dht-client.cabal | |
parent | eaaf761dfb6af3673d9f064a791afadbbdc60e29 (diff) |
fix build
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index 255f41f0..81453e38 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -127,6 +127,7 @@ library | |||
127 | Presence | 127 | Presence |
128 | PingMachine | 128 | PingMachine |
129 | Connection | 129 | Connection |
130 | ToxToXMPP | ||
130 | 131 | ||
131 | build-depends: base | 132 | build-depends: base |
132 | , containers | 133 | , containers |
@@ -249,6 +250,8 @@ executable dhtd | |||
249 | , text | 250 | , text |
250 | , monad-control | 251 | , monad-control |
251 | , resourcet | 252 | , resourcet |
253 | , xml-types | ||
254 | , conduit | ||
252 | 255 | ||
253 | if flag(thread-debug) | 256 | if flag(thread-debug) |
254 | build-depends: time | 257 | build-depends: time |