packages feed

data-forest 0.1.0.4 → 0.1.0.5

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

data-forest.cabal view
@@ -1,14 +1,14 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack  name:           data-forest-version:        0.1.0.4+version:        0.1.0.5 synopsis:       A simple multi-way tree data structure.  description:    In some contexts, forests (collections of zero or more trees) are more important than trees. The /data-forest/ library provides a @Tree@ type much like the one from the popular /containers/ library, but it also provides a @Forest@ type with its own @Functor@ and @Foldable@ instances. category:       Data Structures-homepage:       https://github.com/chris-martin/haskell-libraries+homepage:       https://github.com/chris-martin/data-forest author:         Chris Martin <ch.martin@gmail.com> maintainer:     Chris Martin <ch.martin@gmail.com> license:        Apache-2.0