diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 3ad1d7e4..dbb3c3be 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -152,7 +152,8 @@ test-suite spec | |||
152 | type: exitcode-stdio-1.0 | 152 | type: exitcode-stdio-1.0 |
153 | hs-source-dirs: tests | 153 | hs-source-dirs: tests |
154 | main-is: Spec.hs | 154 | main-is: Spec.hs |
155 | other-modules: Data.Torrent.InfoHashSpec | 155 | other-modules: Data.Torrent.BitfieldSpec |
156 | Data.Torrent.InfoHashSpec | ||
156 | Data.Torrent.LayoutSpec | 157 | Data.Torrent.LayoutSpec |
157 | Data.Torrent.MagnetSpec | 158 | Data.Torrent.MagnetSpec |
158 | Data.Torrent.MetainfoSpec | 159 | Data.Torrent.MetainfoSpec |