From 108f8295435ee5926bb6f338a1295e4964268984 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 27 Jan 2016 16:22:22 +0100 Subject: [PATCH] Remove redundant Show constraint --- Remote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote.hs b/Remote.hs index 64133c61b2..0dd8b0ace3 100644 --- a/Remote.hs +++ b/Remote.hs @@ -188,7 +188,7 @@ prettyPrintUUIDsDescs header descm uuids = {- An optional field can be included in the list of UUIDs. -} prettyPrintUUIDsWith - :: (JSON v, Show v) + :: JSON v => Maybe String -> String -> M.Map UUID RemoteName