summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-26 02:06:05 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-26 02:06:05 +0400
commitea5c29d7f91397f7979b6f73052ef30a5cdf030f (patch)
treeb2ca2c858f814f45658cfe95fbe6aa305635a2f7 /bittorrent.cabal
parent62253eb04e3ad1225d2a87a3c9647c6c092114df (diff)
parent5d545a58787bc1beadc13fa5838a4ad2472c5e88 (diff)
Merge branch 'dev' of https://github.com/DanielG/bittorrent
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 4cb9fce7..9c7dc2c6 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -157,8 +157,9 @@ test-suite spec
157 default-extensions: OverloadedStrings 157 default-extensions: OverloadedStrings
158 type: exitcode-stdio-1.0 158 type: exitcode-stdio-1.0
159 hs-source-dirs: tests 159 hs-source-dirs: tests
160 main-is: Spec.hs 160 main-is: Main.hs
161 other-modules: Data.Torrent.BitfieldSpec 161 other-modules: Spec
162 Data.Torrent.BitfieldSpec
162 Data.Torrent.InfoHashSpec 163 Data.Torrent.InfoHashSpec
163 Data.Torrent.LayoutSpec 164 Data.Torrent.LayoutSpec
164 Data.Torrent.MagnetSpec 165 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