summaryrefslogtreecommitdiff
path: root/dht/dht-client.cabal
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-10-16 07:58:55 +0000
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:40:59 -0500
commit6894ac341a4e5691c72346bde9a26457d4e70460 (patch)
tree7ee2bf4b55b053bdbadfe65ad419e5f3199b4a76 /dht/dht-client.cabal
parentc4dcf8374e218e741f4c3120d889c420d8ca2edb (diff)
Successful builds against newer network package
Built against both network-3.0.1.0 and network-3.1.0.0 Note, due to upstream issue, getting network-bsd-2.8.1.0 to cooperate with network-3.0.1.0 requires a little finessing. The network-bsd package expects a header(HsNetConfig.h) that network fails to provide. A simple work around is to copy the header after running a newer version of the network configure script from github. Similar for network-3.1.0.0, but this time the header is HsNetworkConfig.h.
Diffstat (limited to 'dht/dht-client.cabal')
-rw-r--r--dht/dht-client.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/dht/dht-client.cabal b/dht/dht-client.cabal
index 3569c6dd..168dd079 100644
--- a/dht/dht-client.cabal
+++ b/dht/dht-client.cabal
@@ -37,8 +37,7 @@ flag old-network-bsd
37 description: Use network-bsd package. 37 description: Use network-bsd package.
38 default: True 38 default: True
39 39
40-- TODO: Due to removed functions, this flag doesn't actually build. 40-- supports network >3.0
41-- In the future, this flag should support network >3.0
42flag new-network-bsd 41flag new-network-bsd
43 description: Use newer network-bsd package. 42 description: Use newer network-bsd package.
44 default: False 43 default: False