packages feed

data-lens-template 2.1.4 → 2.1.5

raw patch · 1 files changed

+5/−5 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

data-lens-template.cabal view
@@ -1,25 +1,25 @@ name:          data-lens-template-version:       2.1.4+version:       2.1.5 license:       BSD3 license-file:  LICENSE author:        Joel Burget <joelburget@gmail.com>-maintainer:    Russell O'Connor <roconnor@theorem.ca>+maintainer:    Edward Kmett <ekmett@gmail.com> category:      Data synopsis:      Utilities for Data.Lens description:   Automatically derive @Lens@es for your data type for use with @Data.Lens@. Note: the code is derived from data-accessor-template <http://hackage.haskell.org/package/data-accessor-template> by Luke Palmer and Henning Thielemann. build-type:    Simple-homepage:      http://github.com/roconnor/data-lens-template/+homepage:      http://github.com/ekmett/data-lens-template/ cabal-version: >= 1.6  source-repository head   type    : git-  location: git@github.com:roconnor/data-lens-template.git+  location: git@github.com:ekmett/data-lens-template.git  library   extensions:       CPP   other-extensions: TemplateHaskell -  build-depends: +  build-depends:     data-lens        >= 2.0 && < 2.11,     base             >= 1.0 && < 5,     template-haskell >= 2.4 && < 2.8