autodocodec/autodocodec-aeson-schema/package.yaml
2021-11-01 19:06:42 +01:00

28 lines
510 B
YAML

name: autodocodec-aeson-schema
version: 0.0.0.0
github: "NorfairKing/autodocodec"
license: MIT
license-file: LICENSE
author: "Tom Sydney Kerckhove"
maintainer: "syd@cs-syd.eu"
copyright: "2021 Tom Sydney Kerckhove"
synopsis: Autodocodec JSON Schemas
dependencies:
- base >= 4.7 && < 5
library:
source-dirs: src
dependencies:
- aeson
- autodocodec
- autodocodec-aeson
- containers
- mtl
- text
- unordered-containers
- validity
- validity-aeson
- validity-containers
- validity-text