data-accessor 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- data-accessor.cabal +3/−3
data-accessor.cabal view
@@ -1,5 +1,5 @@ Name: data-accessor-Version: 0.2.0.1+Version: 0.2.0.2 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>, Luke Palmer <lrpalmer@gmail.com>@@ -7,9 +7,9 @@ Homepage: http://www.haskell.org/haskellwiki/Record_access Package-URL: http://code.haskell.org/data-accessor/ Category: Data--- Portability: Haskell98, not quite because of MTL dependency+-- Portability: Haskell98 Build-Type: Simple-Build-Depends: base>=1.0, array >=0.1 && <1, containers >=0.1 && <1, transformers >=0.0.1 && <0.1+Build-Depends: base>=1.0, array >=0.1 && <1, containers >=0.1 && <1, transformers >=0.0.1 && <0.2 Synopsis: Utilities for accessing and manipulating fields of records Description: In Haskell 98 the name of a record field