summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index a7728b88..831f8729 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -141,6 +141,9 @@ test-suite spec
141 type: exitcode-stdio-1.0 141 type: exitcode-stdio-1.0
142 hs-source-dirs: tests 142 hs-source-dirs: tests
143 main-is: Spec.hs 143 main-is: Spec.hs
144 other-modules: Data.Torrent.MagnetSpec
145 Data.Torrent.InfoHashSpec
146 Data.Torrent.MetainfoSpec
144 build-depends: base == 4.* 147 build-depends: base == 4.*
145 , bytestring 148 , bytestring
146 , directory 149 , directory