hschema-0.0.1.0: hschema.cabal
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: 61456a052d486027e62bffc9af3700c01118a4cf0b5aa48e39ff96e59fb889d5
name: hschema
version: 0.0.1.0
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
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:
Control.Functor.HigherOrder
Data.Schema
Data.Schema.Internal.Types
other-modules:
Paths_hschema
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, comonad >=5.0 && <5.1
, contravariant
, free
, hashable
, invariant
, lens
, mtl
, natural-transformation
, profunctors
, text
, unordered-containers
, vector
default-language: Haskell2010