mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-12-02 09:52:01 +03:00
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
name: autodocodec-api-usage
|
|
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 api usage tests
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
|
|
library:
|
|
source-dirs: src
|
|
dependencies:
|
|
- QuickCheck
|
|
- aeson
|
|
- autodocodec
|
|
- autodocodec-aeson
|
|
- autodocodec-aeson-schema
|
|
- autodocodec-openapi3
|
|
- autodocodec-swagger2
|
|
- autodocodec-yaml
|
|
- bytestring
|
|
- genvalidity
|
|
- genvalidity-aeson
|
|
- genvalidity-scientific
|
|
- genvalidity-text
|
|
- openapi3
|
|
- scientific
|
|
- swagger2
|
|
- text
|
|
|
|
|
|
tests:
|
|
autodocodec-api-usage-test:
|
|
main: Spec.hs
|
|
source-dirs: test/
|
|
build-tools: sydtest-discover
|
|
ghc-options:
|
|
- -threaded
|
|
- -rtsopts
|
|
- -with-rtsopts=-N
|
|
- -Wall
|
|
dependencies:
|
|
- QuickCheck
|
|
- aeson
|
|
- autodocodec
|
|
- autodocodec-aeson
|
|
- autodocodec-aeson-schema
|
|
- autodocodec-api-usage
|
|
- autodocodec-openapi3
|
|
- autodocodec-swagger2
|
|
- autodocodec-yaml
|
|
- bytestring
|
|
- containers
|
|
- genvalidity
|
|
- genvalidity-aeson
|
|
- genvalidity-containers
|
|
- genvalidity-scientific
|
|
- genvalidity-sydtest
|
|
- genvalidity-sydtest-aeson
|
|
- genvalidity-text
|
|
- openapi3
|
|
- safe-coloured-text
|
|
- scientific
|
|
- swagger2
|
|
- sydtest
|
|
- sydtest-aeson
|
|
- text
|