packages feed

Cabal revisions of unbound-generics-0.0.2.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.0.2.1+x-revision: 1 synopsis:            Reimplementation of Unbound using GHC Generics description:         Specify the binding structure of your data type with an                      expressive set of type combinators, and unbound-generics                      but using <http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.7.0.1/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                        Unbound.Generics.LocallyNameless.Rec                        Unbound.Generics.PermM                        Unbound.Generics.LocallyNameless.Subst-  -- other-modules:       -  -- other-extensions:    +  -- other-modules:+  -- other-extensions:   build-depends:       base >=4.6 && <5,                        mtl >= 2.1,-                       transformers >= 0.3,+                       transformers >= 0.3 && < 0.6,                        transformers-compat >= 0.3,                        containers == 0.5.*,                        contravariant >= 0.5