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