1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

Update formatting

This commit is contained in:
Nicolas Mattia 2022-12-20 11:33:38 +01:00
parent 6b6fffd73e
commit 689d0e5539
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ parseGitPackageSpec =
fromMaybe (Aeson.toJSON x) (Aeson.decodeStrict (B8.pack x))
-- Parse "key=val" into ("key", val)
parseKeyVal ::
-- | how to convert to JSON
-- how to convert to JSON
(String -> Aeson.Value) ->
String ->
Maybe (K.Key, Aeson.Value)

View File

@ -86,7 +86,7 @@ parseGitHubPackageSpec =
fromMaybe (Aeson.toJSON x) (Aeson.decodeStrict (B8.pack x))
-- Parse "key=val" into ("key", val)
parseKeyVal ::
-- | how to convert to JSON
-- how to convert to JSON
(String -> Aeson.Value) ->
String ->
Maybe (K.Key, Aeson.Value)