summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2013-12-01 21:19:35 +0100
committerDaniel Gröber <dxld@darkboxed.org>2013-12-01 21:19:35 +0100
commit5dc7a19e42da1ee1cc3570ca74a55c32d7d243e0 (patch)
tree5472de9cdb8afd6b15752f796ece829bf9e0316a /bittorrent.cabal
parentb83c5d53be21c03004ebb65d1dc9fe1f841a2a3c (diff)
Fix building with hashable >= 1.2
hashWithSalt is now the minimal implementation
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 7f5a42ae..762bff01 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -113,7 +113,7 @@ library
113 113
114 -- Hashing 114 -- Hashing
115 , cryptohash == 0.10.* 115 , cryptohash == 0.10.*
116 , hashable 116 , hashable >= 1.2
117 117
118 -- Codecs & Serialization 118 -- Codecs & Serialization
119 , aeson >= 0.6.2.0 119 , aeson >= 0.6.2.0