mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
fix type
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user