summaryrefslogtreecommitdiff
path: root/exsamples/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'exsamples/Main.hs')
-rw-r--r--exsamples/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exsamples/Main.hs b/exsamples/Main.hs
index 3a347ab6..b0224886 100644
--- a/exsamples/Main.hs
+++ b/exsamples/Main.hs
@@ -8,7 +8,7 @@ import System.Environment
8main :: IO () 8main :: IO ()
9main = do 9main = do
10 [path] <- getArgs 10 [path] <- getArgs
11 Right torrent <- fromFile path 11 torrent <- fromFile path
12 12
13 client <- newClient [] 13 client <- newClient []
14 swarm <- newLeacher client torrent 14 swarm <- newLeacher client torrent