Remove redundant Show constraint
This commit is contained in:
parent
6c3c8e63d0
commit
108f829543
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue