summaryrefslogtreecommitdiff
path: root/src/Network/Torrent/Tracker/Scrape.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/Torrent/Tracker/Scrape.hs')
-rw-r--r--src/Network/Torrent/Tracker/Scrape.hs8
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 @@
1module Network.Torrent.Tracker.Scrape
2 (
3 ) where
4
5import Network.URI
6
7scrapeURL :: URI -> Maybe URI
8scrapeURL = undefined