packages feed

NestedFunctor 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+2/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

NestedFunctor.cabal view
@@ -2,13 +2,14 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                NestedFunctor-version:             0.2.0.1+version:             0.2.0.2 synopsis:            Nested composition of functors with a type index tracking nesting. description:         This package implements something akin to 'Data.Compose', but with a type index that tracks the order in which things are nested. This makes it possible to write code using polymorphic recursion over the levels of the structure contained in a 'Nested' value. license:             BSD3 license-file:        LICENSE author:              Kenneth Foner maintainer:          kenneth.foner@gmail.com+homepage:            https://github.com/kwf/NestedFunctor copyright:           Copyright (c) 2014 Kenneth W. Foner category:            Data build-type:          Simple