forest 0.2.1 → 0.2.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson
API changes (from Hackage documentation)
- Data.Tree.Forest: instance Data.Functor.Alt.Alt f => Data.Semigroup.Semigroup (Data.Tree.Forest.Forest f s a)
+ Data.Tree.Forest: instance Data.Functor.Alt.Alt f => GHC.Base.Semigroup (Data.Tree.Forest.Forest f s a)
Files
- forest.cabal +2/−2
forest.cabal view
@@ -1,5 +1,5 @@ name: forest-version: 0.2.1+version: 0.2.1.1 synopsis: Tree and Forest types license: MPL-2.0 license-file: LICENSE@@ -24,7 +24,7 @@ Data.Tree.Forest build-depends:- aeson >= 0.2 && < 1.4,+ aeson >= 0.2 && < 2, base >= 4.2 && < 5, comonad >= 5.0 && < 6, deepseq >= 1.1 && < 2,