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