summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 1 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 6d31ca1f..46be6600 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -97,7 +97,6 @@ library
97 , conduit >= 1.0 97 , conduit >= 1.0
98 , network-conduit >= 1.0 98 , network-conduit >= 1.0
99 , cereal-conduit >= 0.5 99 , cereal-conduit >= 0.5
100 , binary-conduit
101 100
102 -- Data & Data structures 101 -- Data & Data structures
103 , bytestring >= 0.10.0.0 102 , bytestring >= 0.10.0.0
@@ -117,10 +116,9 @@ library
117 -- Codecs & Serialization 116 -- Codecs & Serialization
118 , aeson 117 , aeson
119 , base16-bytestring 118 , base16-bytestring
120 , base32-bytestring 119 , base32-bytestring >= 0.2
121 , base64-bytestring 120 , base64-bytestring
122 , bencoding >= 0.4 121 , bencoding >= 0.4
123 , binary
124 , cereal >= 0.3 122 , cereal >= 0.3
125 123
126 -- Time 124 -- Time