summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-30 23:05:29 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-30 23:05:29 +0400
commit044672da343dd3139be0c8f95f1fbd45b7546d9c (patch)
tree5f8c332a18e55d31e3f0649e614886a02cad982b /bittorrent.cabal
parent7641ea42ed7c35d9babfe270e5a93dd8cb4922ae (diff)
~ Fix binary instance.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 02130385..88a8e50d 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -74,6 +74,7 @@ library
74 , conduit >= 1.0 74 , conduit >= 1.0
75 , network-conduit >= 1.0 75 , network-conduit >= 1.0
76 , cereal-conduit >= 0.5 76 , cereal-conduit >= 0.5
77 , binary-conduit
77 78
78 -- Data 79 -- Data
79 , array >= 0.4 80 , array >= 0.4