summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-04 03:42:37 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-04 03:42:37 +0400
commit5120f62b06f8b337ee885ff61bd1e07b34c47581 (patch)
tree0f1d289b8454b69e8135548af1117f8bdea62c49 /bittorrent.cabal
parent3b76aa644cffbfb36953146663930b69ced0d18c (diff)
+ Add JSON instance for ScrapeInfo.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index e4f84523..211eee06 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -85,6 +85,7 @@ library
85 , vector 85 , vector
86 86
87 -- Encoding/Serialization 87 -- Encoding/Serialization
88 , aeson
88 , bencoding >= 0.1.0.1 89 , bencoding >= 0.1.0.1
89 , cereal >= 0.3 90 , cereal >= 0.3
90 , binary >= 0.5 91 , binary >= 0.5
@@ -128,6 +129,7 @@ test-suite properties
128 , directory 129 , directory
129 , filepath 130 , filepath
130 131
132 , aeson
131 , cereal 133 , cereal
132 , network 134 , network
133 , text 135 , text