autodocodec/autodocodec-aeson/package.yaml

46 lines
850 B
YAML
Raw Normal View History

2021-10-20 18:59:50 +03:00
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
2021-10-21 02:28:09 +03:00
- scientific
2021-10-20 18:59:50 +03:00
- text
tests:
autodocodec-aeson-test:
main: Spec.hs
source-dirs: test/
build-tools: sydtest-discover
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -Wall
dependencies:
- aeson
- autodocodec
2021-10-20 19:23:55 +03:00
- autodocodec-aeson
- bytestring
- genvalidity
2021-10-21 16:36:38 +03:00
- genvalidity-scientific
2021-10-20 19:23:55 +03:00
- genvalidity-sydtest
- genvalidity-text
2021-10-21 16:36:38 +03:00
- scientific
2021-10-20 19:23:55 +03:00
- sydtest
2021-10-21 00:59:47 +03:00
- sydtest-aeson
2021-10-20 19:23:55 +03:00
- text