summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:38:03 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:38:03 +0400
commita2a6f703d679340e5abcdd12e5f88f8afd3204d6 (patch)
tree985a7a0aab262345dc0a79b06a7010dc857f3fbf /tests
parente8689169dd60392981436d85a1dd81168846c8f5 (diff)
Use newer bencodable package
Diffstat (limited to 'tests')
-rw-r--r--tests/Shared.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Shared.hs b/tests/Shared.hs
index f64112da..1060cfc8 100644
--- a/tests/Shared.hs
+++ b/tests/Shared.hs
@@ -32,8 +32,8 @@ swapM = method "swap" ["x", "y"] ["b", "a"]
32shiftR :: Method ((), Int, [Int]) ([Int], (), Int) 32shiftR :: Method ((), Int, [Int]) ([Int], (), Int)
33shiftR = method "shiftR" ["x", "y", "z"] ["a", "b", "c"] 33shiftR = method "shiftR" ["x", "y", "z"] ["a", "b", "c"]
34 34
35rawM :: Method BEncode BEncode 35rawM :: Method BValue BValue
36rawM = method "rawM" [""] [""] 36rawM = method "rawM" [""] [""]
37 37
38rawDictM :: Method BEncode BEncode 38rawDictM :: Method BValue BValue
39rawDictM = method "m" [] [] \ No newline at end of file 39rawDictM = method "m" [] [] \ No newline at end of file