summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2013-12-23 17:24:34 +0000
committerDaniel Gröber <dxld@darkboxed.org>2013-12-25 17:00:12 +0000
commitfbc7cc44f48b6172653a706ae522304e64d11f2e (patch)
treedab79886efc37ccdd9b2152b66a7f0714cca5d5b /bittorrent.cabal
parent6dd7c5a05787176cd83df9dc21fca7160611f465 (diff)
Add --bittorrent-client=.. option to spec
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 0208f0c2..d9e463d9 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -158,8 +158,9 @@ test-suite spec
158 default-extensions: OverloadedStrings 158 default-extensions: OverloadedStrings
159 type: exitcode-stdio-1.0 159 type: exitcode-stdio-1.0
160 hs-source-dirs: tests 160 hs-source-dirs: tests
161 main-is: Spec.hs 161 main-is: Main.hs
162 other-modules: Data.Torrent.BitfieldSpec 162 other-modules: Spec
163 Data.Torrent.BitfieldSpec
163 Data.Torrent.InfoHashSpec 164 Data.Torrent.InfoHashSpec
164 Data.Torrent.LayoutSpec 165 Data.Torrent.LayoutSpec
165 Data.Torrent.MagnetSpec 166 Data.Torrent.MagnetSpec
@@ -202,6 +203,7 @@ test-suite spec
202 , quickcheck-instances 203 , quickcheck-instances
203 , http-types 204 , http-types
204 , bencoding 205 , bencoding
206 , process
205 , bittorrent 207 , bittorrent
206 ghc-options: -Wall -fno-warn-orphans 208 ghc-options: -Wall -fno-warn-orphans
207 209