packages feed

data-accessor-template 0.1.1 → 0.1.2

raw patch · 1 files changed

+4/−3 lines, 1 filesdep ~data-accessorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: data-accessor

API changes (from Hackage documentation)

Files

data-accessor-template.cabal view
@@ -1,13 +1,14 @@ Name:             data-accessor-template-Version:          0.1.1+Version:          0.1.2 License:          GPL License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>, Luke Palmer <lrpalmer@gmail.com> Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>-Homepage:         http://code.haskell.org/data-accessor/+Homepage:         http://www.haskell.org/haskellwiki/Record_access+Package-URL:      http://code.haskell.org/data-accessor/ Category:         Data Build-Type:       Simple-Build-Depends:    base>=1.0, data-accessor==0.1.1, template-haskell+Build-Depends:    base>=1.0, data-accessor >=0.1 && <0.2, template-haskell Extensions:       CPP, TemplateHaskell Synopsis:         Utilities for accessing and manipulating fields of records Description: