diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 21:38:01 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-07 21:38:01 +0400 |
commit | 8853d0fa11db7ef39e2a6b4b8132ebe844a52c19 (patch) | |
tree | 1046749c290f693515be0e102b37da5de42761c5 /src/Network/Torrent/Tracker/Scrape.hs | |
parent | 196ce36ef8b2a6183e06f4ef7b8f2706db1e9455 (diff) |
rename THP to Tracker
Diffstat (limited to 'src/Network/Torrent/Tracker/Scrape.hs')
-rw-r--r-- | src/Network/Torrent/Tracker/Scrape.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Network/Torrent/Tracker/Scrape.hs b/src/Network/Torrent/Tracker/Scrape.hs new file mode 100644 index 00000000..2d1dec07 --- /dev/null +++ b/src/Network/Torrent/Tracker/Scrape.hs | |||
@@ -0,0 +1,8 @@ | |||
1 | module Network.Torrent.Tracker.Scrape | ||
2 | ( | ||
3 | ) where | ||
4 | |||
5 | import Network.URI | ||
6 | |||
7 | scrapeURL :: URI -> Maybe URI | ||
8 | scrapeURL = undefined | ||