summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:25:25 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-26 06:25:25 +0400
commit0ec645b8e89c9b0177377812f7e4035c2c94ce1b (patch)
tree51d5cf893bf7eac1ff3494bbf5942e83c113b6c6 /bittorrent.cabal
parent09e2d9940859b2976e58cdb8f8b06f89a48a0f1a (diff)
Add Arbitrary instance for AnnounceQuery
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 403837ba..dbc9d96a 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -143,10 +143,13 @@ test-suite spec
143 type: exitcode-stdio-1.0 143 type: exitcode-stdio-1.0
144 hs-source-dirs: tests 144 hs-source-dirs: tests
145 main-is: Spec.hs 145 main-is: Spec.hs
146 other-modules: Data.Torrent.MagnetSpec 146 other-modules: Data.Torrent.ClientSpec
147 Data.Torrent.InfoHashSpec 147 Data.Torrent.InfoHashSpec
148 Data.Torrent.MagnetSpec
148 Data.Torrent.MetainfoSpec 149 Data.Torrent.MetainfoSpec
149 Data.Torrent.ClientSpec 150 Data.Torrent.ProgressSpec
151 Network.BitTorrent.Core.PeerIdSpec
152 Network.BitTorrent.Tracker.MessageSpec
150 build-depends: base == 4.* 153 build-depends: base == 4.*
151 , bytestring 154 , bytestring
152 , directory 155 , directory
@@ -161,7 +164,7 @@ test-suite spec
161 , hspec 164 , hspec
162 , QuickCheck 165 , QuickCheck
163 , quickcheck-instances 166 , quickcheck-instances
164 167 , http-types
165 , bencoding 168 , bencoding
166 , bittorrent 169 , bittorrent
167 ghc-options: -Wall -fno-warn-orphans 170 ghc-options: -Wall -fno-warn-orphans