summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
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