summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-29 18:30:13 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-29 18:30:13 +0400
commitc689257a818c0a7581666f4bdfd4549e52dbd075 (patch)
tree4c65eab91d7d09bb28d439265a0d88ee8319f672 /bittorrent.cabal
parent2f3b01abced907c47059c73e0b1e56998a3a24f7 (diff)
Catch base32 decoding errors in pure code
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