summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-04 04:47:13 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-04 04:47:13 +0400
commit8f9796f613a844abd3e5018eba8d33eae7a278e5 (patch)
tree0d7c9cc9b1a3017d5975d9f2750a8356422d908e /bittorrent.cabal
parenta34f903abae190a7f3d6b7b469cf1911164dd451 (diff)
+ Add Torrent Hashable instance.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 211eee06..5f39d3ea 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -74,6 +74,8 @@ library
74 , binary-conduit 74 , binary-conduit
75 75
76 -- Data 76 -- Data
77 , data-default
78
77 , array >= 0.4 79 , array >= 0.4
78 , bytestring >= 0.10.0.0 80 , bytestring >= 0.10.0.0
79 81
@@ -105,9 +107,11 @@ library
105 , directory >= 1 107 , directory >= 1
106 , mmap >= 0.5.2 108 , mmap >= 0.5.2
107 109
108 -- Misc 110 -- Hash
109 , data-default
110 , cryptohash 111 , cryptohash
112 , hashable
113
114 -- Misc
111 , pretty 115 , pretty
112 116
113-- , bits-atomic >= 0.1 117-- , bits-atomic >= 0.1