diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 20:30:54 +0400 |
commit | 7a892425de92efd88b98576e848bebc725a9bf14 (patch) | |
tree | b872eaf1bfd6cfe5d302f31f9c9b7c1a5b6d0a61 /bittorrent.cabal | |
parent | 9b2981d38cfa188099cca07337a3b63747e2c527 (diff) |
Move Infohash and Magnet to Torrent module
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index af6caefa..0861bf2b 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -46,9 +46,7 @@ library | |||
46 | hs-source-dirs: src | 46 | hs-source-dirs: src |
47 | exposed-modules: Data.Torrent | 47 | exposed-modules: Data.Torrent |
48 | Data.Torrent.Bitfield | 48 | Data.Torrent.Bitfield |
49 | Data.Torrent.InfoHash | ||
50 | Data.Torrent.Layout | 49 | Data.Torrent.Layout |
51 | Data.Torrent.Magnet | ||
52 | Data.Torrent.Piece | 50 | Data.Torrent.Piece |
53 | Data.Torrent.Progress | 51 | Data.Torrent.Progress |
54 | Data.Torrent.Tree | 52 | Data.Torrent.Tree |