2021-11-01 21:06:42 +03:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
2022-04-26 23:33:32 +03:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
2021-11-01 21:06:42 +03:00
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
2021-11-06 17:06:32 +03:00
|
|
|
name: autodocodec-schema
|
2022-07-18 14:00:05 +03:00
|
|
|
version: 0.1.0.2
|
2021-11-19 14:21:45 +03:00
|
|
|
synopsis: Autodocodec interpreters for JSON Schema
|
2021-11-01 21:06:42 +03:00
|
|
|
homepage: https://github.com/NorfairKing/autodocodec#readme
|
|
|
|
bug-reports: https://github.com/NorfairKing/autodocodec/issues
|
|
|
|
author: Tom Sydney Kerckhove
|
|
|
|
maintainer: syd@cs-syd.eu
|
2022-07-18 14:00:05 +03:00
|
|
|
copyright: 2021-2022 Tom Sydney Kerckhove
|
2021-11-01 21:06:42 +03:00
|
|
|
license: MIT
|
2021-11-19 14:21:45 +03:00
|
|
|
license-file: LICENSE
|
2021-11-01 21:06:42 +03:00
|
|
|
build-type: Simple
|
2021-11-19 14:21:45 +03:00
|
|
|
extra-source-files:
|
|
|
|
LICENSE
|
|
|
|
CHANGELOG.md
|
2021-11-01 21:06:42 +03:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/NorfairKing/autodocodec
|
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
2021-11-06 17:06:32 +03:00
|
|
|
Autodocodec.Schema
|
2021-11-01 21:06:42 +03:00
|
|
|
other-modules:
|
2021-11-06 17:06:32 +03:00
|
|
|
Paths_autodocodec_schema
|
2021-11-01 21:06:42 +03:00
|
|
|
hs-source-dirs:
|
|
|
|
src
|
|
|
|
build-depends:
|
|
|
|
aeson
|
2022-07-18 14:00:05 +03:00
|
|
|
, autodocodec >=0.2.0.0
|
2021-11-01 21:06:42 +03:00
|
|
|
, base >=4.7 && <5
|
|
|
|
, containers
|
|
|
|
, mtl
|
|
|
|
, text
|
|
|
|
, unordered-containers
|
|
|
|
, validity
|
|
|
|
, validity-aeson
|
|
|
|
, validity-containers
|
|
|
|
, validity-text
|
|
|
|
default-language: Haskell2010
|