packages feed

data-forest 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +data-forestdep −forestPVP ok

version bump matches the API change (PVP)

Dependencies added: data-forest

Dependencies removed: forest

API changes (from Hackage documentation)

Files

data-forest.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           data-forest-version:        0.1.0.2+version:        0.1.0.3 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.@@ -39,5 +39,5 @@   build-depends:       base >= 4.9 && < 4.10     , doctest-    , forest+    , data-forest   default-language: Haskell2010