dual-tree 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~semigroupsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroups
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- dual-tree.cabal +2/−2
CHANGES view
@@ -1,3 +1,7 @@+* 0.1.0.1: 7 January 2013++ - bump upper bound to allow semigroups-0.9+ * 0.1.0.0: 3 September 2012 Initial release
dual-tree.cabal view
@@ -1,5 +1,5 @@ name: dual-tree-version: 0.1.0.0+version: 0.1.0.1 synopsis: Rose trees with cached and accumulating monoidal annotations description: Rose (n-ary) trees with both upwards- (/i.e./ cached) and downwards-traveling (/i.e./@@ -41,7 +41,7 @@ exposed-modules: Data.Tree.DUAL Data.Tree.DUAL.Internal build-depends: base >= 4.3 && < 4.7, - semigroups >= 0.8 && < 0.9,+ semigroups >= 0.8 && < 0.10, newtype >= 0.2 && < 0.3, monoid-extras >= 0.2 && < 0.3 hs-source-dirs: src