cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 1cbb3031d66621dd3df2ffb5ddcc3f8008ea5b198546c92e34ada8841fb71403 name: hedn-functor version: 0.1.0.0 x-revision: 2 synopsis: Base functor for EDN AST description: Functor encoding for recursion schemes. . Mini-tutorial is available on package page: . category: Data author: Alexander Bondarenko maintainer: aenor.realm@gmail.com copyright: (c) 2019 Alexander Bondarenko license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md LICENSE source-repository head type: git location: https://gitlab.com/dpwiz/hedn library exposed-modules: Data.Functor.Base.EDN other-modules: Paths_hedn_functor hs-source-dirs: lib ghc-options: -Wall build-depends: base >=4.9 && <5 , containers >=0.5.7 && <0.7 , hedn , recursion-schemes >=5.0.1 && <6 , text >=1.2 && <2.1 , vector >=0.11 && <1 default-language: Haskell2010