diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-04 17:44:09 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-04 17:44:09 +0400 |
commit | 937ffe2f497b07d8db2033c95d346d963ea9cc57 (patch) | |
tree | 29e53316a10f97fb6b7f5672a22bd851508e3a9c /tests/client.hs | |
parent | 0ed2dc1155d4de0283c8d6a1e44507083426a9a3 (diff) |
remove unneccessary dependencies
Diffstat (limited to 'tests/client.hs')
-rw-r--r-- | tests/client.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/client.hs b/tests/client.hs index 5697d18a..2b626241 100644 --- a/tests/client.hs +++ b/tests/client.hs | |||
@@ -22,6 +22,7 @@ main = do | |||
22 | let Right b = decode contents | 22 | let Right b = decode contents |
23 | let Right t = fromBEncode b | 23 | let Right t = fromBEncode b |
24 | 24 | ||
25 | |||
25 | let req = defaultRequest (tAnnounce t) (tInfoHash t) | 26 | let req = defaultRequest (tAnnounce t) (tInfoHash t) |
26 | resp <- sendRequest req | 27 | resp <- sendRequest req |
27 | print resp | 28 | print resp |