summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-23 02:57:05 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-23 02:57:05 +0400
commitfa496de77c97548797298b06f199b2eaf8a46c41 (patch)
treee53e3c38f6c3916f381148d6686ffc85d879bcc5 /examples
parentf8d1ac253a6033048518e7c153ccbd10d894b466 (diff)
Add class MonadBitTorrent
Diffstat (limited to 'examples')
-rw-r--r--examples/Client.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Client.hs b/examples/Client.hs
index efafba72..67fed62e 100644
--- a/examples/Client.hs
+++ b/examples/Client.hs
@@ -12,6 +12,6 @@ main :: IO ()
12main = do 12main = do
13 [path] <- getArgs 13 [path] <- getArgs
14 torrent <- fromFile path 14 torrent <- fromFile path
15 client <- newClient def 15 client <- newClient def $ \ _ _ _ _ -> return ()
16 addTorrent torrent client 16-- addTorrent torrent client
17 return () \ No newline at end of file 17 return () \ No newline at end of file