mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-12-02 09:52:01 +03:00
28 lines
510 B
YAML
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
|