packages feed

Cabal revisions of unbound-generics-0.4.1

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.4.1+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.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.*-             + library   exposed-modules:     Unbound.Generics.LocallyNameless                        Unbound.Generics.LocallyNameless.Name                        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 && < 0.7,                        contravariant >= 0.5, source-repository head   type:                git   location:            git://github.com/lambdageek/unbound-generics.git-