packages feed

data-accessor 0.2 → 0.2.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~arraydep ~containers

Dependency ranges changed: array, containers

Files

data-accessor.cabal view
@@ -1,5 +1,5 @@ Name:             data-accessor-Version:          0.2+Version:          0.2.0.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>, Luke Palmer <lrpalmer@gmail.com>@@ -9,7 +9,7 @@ Category:         Data -- Portability:      Haskell98, not quite because of MTL dependency Build-Type:       Simple-Build-Depends:    base>=1.0, array >=0.1 && <0.2, containers >=0.1 && <0.2, transformers >=0.0.1 && <0.1+Build-Depends:    base>=1.0, array >=0.1 && <1, containers >=0.1 && <1, transformers >=0.0.1 && <0.1 Synopsis:         Utilities for accessing and manipulating fields of records Description:   In Haskell 98 the name of a record field