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

View File

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

View File

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