diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 9 |
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 |