From 947771ba181fa1582c4e7e81b7895514565a0e5e Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 29 Apr 2020 12:22:56 +0200 Subject: [PATCH] add publicsuffix dependency for proper node ID hashing still needs to be implemented --- Hash2Pub/Hash2Pub.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hash2Pub/Hash2Pub.cabal b/Hash2Pub/Hash2Pub.cabal index 8eb7dd8..53c99d2 100644 --- a/Hash2Pub/Hash2Pub.cabal +++ b/Hash2Pub/Hash2Pub.cabal @@ -46,7 +46,7 @@ category: Network extra-source-files: CHANGELOG.md common deps - build-depends: base ^>=4.12.0.0, containers ^>=0.6.0.1, bytestring, utf8-string ^>=1.0.1.1, network ^>=2.8.0.1, time ^>=1.8.0.2, cmdargs ^>= 0.10, cryptonite ^>= 0.25, memory, async, asn1-encoding, asn1-types, asn1-parse + build-depends: base ^>=4.12.0.0, containers ^>=0.6.0.1, bytestring, utf8-string ^>=1.0.1.1, network ^>=2.8.0.1, time ^>=1.8.0.2, cmdargs ^>= 0.10, cryptonite ^>= 0.25, memory, async, asn1-encoding, asn1-types, asn1-parse, publicsuffix ghc-options: -Wall