projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757e008
)
remove an unwanted import which creeped in during merge
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 30 Mar 2015 05:08:39 +0000
(10:38 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 30 Mar 2015 05:26:56 +0000
(10:56 +0530)
src/Main.hs
patch
|
blob
|
history
diff --git
a/src/Main.hs
b/src/Main.hs
index c0a37c1c25c1a0cf6cb1489ade61643728307095..c1b3668217acb5d02d7f5900c3976ec2165beb60 100644
(file)
--- a/
src/Main.hs
+++ b/
src/Main.hs
@@
-10,7
+10,7
@@
import Text.ParserCombinators.Parsec (ParseError)
import FuncTorrent.Bencode (decode, BVal(..))
import FuncTorrent.Logger (initLogger, logMessage, logStop)
-import FuncTorrent.Metainfo (
announce,
lengthInBytes, mkMetaInfo, info, name, getTrackers)
+import FuncTorrent.Metainfo (lengthInBytes, mkMetaInfo, info, name, getTrackers)
import FuncTorrent.Peer (peers, mkPeerResp, handShakeMsg)
import FuncTorrent.Tracker (connect, prepareRequest)