Cabal revisions of hedn-functor-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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-synopsis: Base functor for EDN AST-description: Functor encoding for recursion schemes.- .- Mini-tutorial is available on package page: <https://dpwiz.gitlab.io/hedn/05-BaseFunctor.html>.-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 && <4.13- , containers >=0.5.7 && <0.7- , hedn- , recursion-schemes >=5.0.1 && <6- , text >=1.2 && <2- , vector >=0.11 && <1- default-language: Haskell2010+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: 1 +synopsis: Base functor for EDN AST +description: Functor encoding for recursion schemes. + . + Mini-tutorial is available on package page: <https://dpwiz.gitlab.io/hedn/05-BaseFunctor.html>. +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 + , vector >=0.11 && <1 + default-language: Haskell2010
revision 2
name: hedn-functor version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Base functor for EDN AST description: Functor encoding for recursion schemes. . , containers >=0.5.7 && <0.7 , hedn , recursion-schemes >=5.0.1 && <6 - , text >=1.2 && <2 + , text >=1.2 && <2.1 , vector >=0.11 && <1 default-language: Haskell2010
revision 3
name: hedn-functor version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Base functor for EDN AST description: Functor encoding for recursion schemes. . ghc-options: -Wall build-depends: base >=4.9 && <5 - , containers >=0.5.7 && <0.7 + , containers >=0.5.7 && <0.8 , hedn , recursion-schemes >=5.0.1 && <6 - , text >=1.2 && <2.1 + , text >=1.2 && <2.2 , vector >=0.11 && <1 default-language: Haskell2010