autodocodec/autodocodec-yaml/autodocodec-yaml.cabal
2021-11-11 00:34:12 +01:00

44 lines
1.0 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: autodocodec-yaml
version: 0.0.0.0
synopsis: Self-documenting encoder and decoder for yaml
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 Tom Sydney Kerckhove
license: MIT
build-type: Simple
source-repository head
type: git
location: https://github.com/NorfairKing/autodocodec
library
exposed-modules:
Autodocodec.Yaml
Autodocodec.Yaml.Document
Autodocodec.Yaml.Encode
other-modules:
Paths_autodocodec_yaml
hs-source-dirs:
src
build-depends:
autodocodec
, autodocodec-schema
, base >=4.7 && <5
, bytestring
, containers
, safe-coloured-text
, scientific
, text
, unordered-containers
, vector
, yaml
default-language: Haskell2010