Cabal revisions of unbound-generics-0.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial unbound-generics.cabal generated by cabal init. For further +-- Initial unbound-generics.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: unbound-generics version: 0.3.2+x-revision: 1 synopsis: Support for programming with names and binders using GHC Generics description: Specify the binding structure of your data type with an expressive set of type combinators, and unbound-generics but using <https://hackage.haskell.org/package/base/docs/GHC-Generics.html GHC.Generics> instead of <http://hackage.haskell.org/package/RepLib RepLib>. See the accompanying README for some porting notes.- + homepage: http://github.com/lambdageek/unbound-generics bug-reports: http://github.com/lambdageek/unbound-generics/issues license: BSD3 Changelog.md cabal-version: >=1.10 tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1- + library exposed-modules: Unbound.Generics.LocallyNameless Unbound.Generics.LocallyNameless.Name Unbound.Generics.LocallyNameless.TH Unbound.Generics.PermM Unbound.Generics.LocallyNameless.Subst- -- other-modules: - -- other-extensions: + -- other-modules:+ -- other-extensions: build-depends: base >=4.6 && <5, template-haskell >= 2.8.0.0, deepseq >= 1.3.0.0, mtl >= 2.1,- transformers >= 0.3,+ transformers >= 0.3 && < 0.6, transformers-compat >= 0.3, containers == 0.5.*, contravariant >= 0.5, source-repository head type: git location: git://github.com/lambdageek/unbound-generics.git-