diff options
Diffstat (limited to 'ymir/mlmmj-expose.hs')
-rw-r--r-- | ymir/mlmmj-expose.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs index 2819462e..ef8d076b 100644 --- a/ymir/mlmmj-expose.hs +++ b/ymir/mlmmj-expose.hs | |||
@@ -54,7 +54,7 @@ data SubInput = TextInput | WordInput | RegexpInput | |||
54 | 54 | ||
55 | instance ToJSON FoxReplace where | 55 | instance ToJSON FoxReplace where |
56 | toJSON (FoxReplace groupSet) = object | 56 | toJSON (FoxReplace groupSet) = object |
57 | [ "version" .= "0.15" | 57 | [ "version" .= ("0.15" :: String) |
58 | , "groups" .= groupSet | 58 | , "groups" .= groupSet |
59 | ] | 59 | ] |
60 | 60 | ||