packages feed

dual-tree 0.2.0.4 → 0.2.0.5

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~semigroupsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: semigroups

API changes (from Hackage documentation)

- Data.Tree.DUAL.Internal: instance Typeable4 DUALTree
- Data.Tree.DUAL.Internal: instance Typeable4 DUALTreeNE
- Data.Tree.DUAL.Internal: instance Typeable4 DUALTreeU
+ Data.Tree.DUAL.Internal: instance Typeable DUALTree
+ Data.Tree.DUAL.Internal: instance Typeable DUALTreeNE
+ Data.Tree.DUAL.Internal: instance Typeable DUALTreeU

Files

CHANGES view
@@ -1,3 +1,7 @@+* 0.2.0.5: 04 Dec 2014++  - Allow semigroups-0.16+ * 0.2.0.4: 28 May 2014    - Allow semigroups-0.15
dual-tree.cabal view
@@ -1,5 +1,5 @@ name:                dual-tree-version:             0.2.0.4+version:             0.2.0.5 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.8,-                     semigroups >= 0.8 && < 0.16,+                     semigroups >= 0.8 && < 0.17,                      newtype >= 0.2 && < 0.3,                      monoid-extras >= 0.2 && < 0.4   hs-source-dirs:    src