This commit is contained in:
Keagan McClelland
2021-09-29 12:06:50 -06:00
parent 55dfe2f7e5
commit fb94a03909
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ dependencies:
- aeson - aeson
- ansi-terminal - ansi-terminal
- attoparsec - attoparsec
- binary # - binary
- bytestring - bytestring
- casing - casing
- can-i-haz - can-i-haz
@@ -47,7 +47,7 @@ dependencies:
- shakespeare - shakespeare
- template-haskell - template-haskell
- text - text
- text-conversions # - text-conversions
- time - time
- transformers - transformers
- typed-process - typed-process

View File

@@ -59,7 +59,7 @@ instance ToTypedContent CategoryRes where
toTypedContent = toTypedContent . toJSON toTypedContent = toTypedContent . toJSON
data ServiceRes = ServiceRes data ServiceRes = ServiceRes
{ serviceResIcon :: URL { serviceResIcon :: URL
, serviceResManifest :: Maybe Data.Aeson.Value -- ServiceManifest , serviceResManifest :: Data.Aeson.Value -- ServiceManifest
, serviceResCategories :: [CategoryTitle] , serviceResCategories :: [CategoryTitle]
, serviceResInstructions :: URL , serviceResInstructions :: URL
, serviceResLicense :: URL , serviceResLicense :: URL