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: 282f5531cba04f8e95d1fc1ee511873ba57947f4e239f0146c0ee80513e8121f name: hschema version: 0.0.1.1 synopsis: Describe schemas for your Haskell data types. description: Please see the README on GitHub at 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