diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index b625176d..4b1199b4 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -178,7 +178,8 @@ library | |||
178 | , vector >= 0.10 | 178 | , vector >= 0.10 |
179 | 179 | ||
180 | -- Hashing | 180 | -- Hashing |
181 | , cryptohash >= 0.10 | 181 | , cryptonite |
182 | , memory | ||
182 | , hashable >= 1.2 | 183 | , hashable >= 1.2 |
183 | 184 | ||
184 | -- Codecs & Serialization | 185 | -- Codecs & Serialization |