aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
diff options
context:
space:
mode:
authorGravatar Gabor Greif <ggreif@gmail.com>2016-01-27 16:22:22 +0100
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-28 12:34:07 -0400
commitb2cecd5936429017428654266c5f115f593f13bb (patch)
treed28499e0689ba9bcdb0b8e7a326b4bb06d0f63fb /Remote.hs
parenta9325bf5aaa5b6e130cf4678dce4231b2f931b7d (diff)
Remove redundant Show constraint
Diffstat (limited to 'Remote.hs')
-rw-r--r--Remote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index 64133c61b..0dd8b0ace 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