autodocodec/autodocodec-schema/autodocodec-schema.cabal
2023-06-02 09:47:35 +02:00

46 lines
1.1 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: autodocodec-schema
version: 0.1.0.3
synopsis: Autodocodec interpreters for JSON Schema
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: 2021-2022 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
LICENSE
CHANGELOG.md
source-repository head
type: git
location: https://github.com/NorfairKing/autodocodec
library
exposed-modules:
Autodocodec.Schema
other-modules:
Paths_autodocodec_schema
hs-source-dirs:
src
build-depends:
aeson
, autodocodec >=0.2.0.0
, base >=4.7 && <5
, containers
, mtl
, text
, unordered-containers
, validity
, validity-aeson
, validity-containers
, validity-text
default-language: Haskell2010