cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4c6069918f0df70bd857ef822bc3e62dc08656ebc66f5115de3bead5eb40d9c6
name: hschema-prettyprinter
version: 0.0.1.1
synopsis: Describe schemas for your Haskell data types.
description: Please see the README on GitHub at <https://github.com/alonsodomin/haskell-schema#readme>
category: Data,Schema,Text
homepage: https://github.com/alonsodomin/haskell-schema#readme
bug-reports: https://github.com/alonsodomin/haskell-schema/issues
author: Antonio Alonso Dominguez
maintainer: alonso.domin@gmail.com
copyright: 2018 Antonio Alonso Dominguez
license: LGPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/alonsodomin/haskell-schema
library
exposed-modules:
Data.Schema.PrettyPrint
other-modules:
Paths_hschema_prettyprinter
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, contravariant
, free
, hschema >=0.0.1.0 && <0.0.2.0
, lens
, mtl
, natural-transformation
, prettyprinter
, prettyprinter-ansi-terminal
, text
, unordered-containers
, vector
default-language: Haskell2010