From a2a6f703d679340e5abcdd12e5f88f8afd3204d6 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sat, 28 Sep 2013 07:38:03 +0400 Subject: Use newer bencodable package --- tests/Shared.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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"] shiftR :: Method ((), Int, [Int]) ([Int], (), Int) shiftR = method "shiftR" ["x", "y", "z"] ["a", "b", "c"] -rawM :: Method BEncode BEncode +rawM :: Method BValue BValue rawM = method "rawM" [""] [""] -rawDictM :: Method BEncode BEncode +rawDictM :: Method BValue BValue rawDictM = method "m" [] [] \ No newline at end of file -- cgit v1.2.3