autodocodec/autodocodec-aeson/package.yaml
2021-10-30 00:34:47 +02:00

29 lines
533 B
YAML

name: autodocodec-aeson
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: Self-documenting encoder and decoder for aeson
dependencies:
- base >= 4.7 && < 5
library:
source-dirs: src
dependencies:
- aeson
- autodocodec
- bytestring
- containers
- mtl
- scientific
- text
- unordered-containers
- validity
- validity-aeson
- validity-containers
- validity-text