greskell 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~doctest-discoverPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: doctest-discover
API changes (from Hackage documentation)
- Data.Greskell.GTraversal: instance Data.Greskell.GTraversal.WalkType c => Data.Semigroup.Semigroup (Data.Greskell.GTraversal.Walk c s s)
- Data.Greskell.Graph: instance Data.Semigroup.Semigroup (Data.Greskell.Graph.PropertyMapList p v)
- Data.Greskell.Graph: instance Data.Semigroup.Semigroup (Data.Greskell.Graph.PropertyMapSingle p v)
- Data.Greskell.Graph: instance Data.Semigroup.Semigroup (t (p v)) => Data.Semigroup.Semigroup (Data.Greskell.Graph.PropertyMapGeneric t p v)
- Data.Greskell.Graph: instance Data.Semigroup.Semigroup (t (p v)) => GHC.Base.Monoid (Data.Greskell.Graph.PropertyMapGeneric t p v)
+ Data.Greskell.GTraversal: instance Data.Greskell.GTraversal.WalkType c => GHC.Base.Semigroup (Data.Greskell.GTraversal.Walk c s s)
+ Data.Greskell.Graph: instance GHC.Base.Semigroup (Data.Greskell.Graph.PropertyMapList p v)
+ Data.Greskell.Graph: instance GHC.Base.Semigroup (Data.Greskell.Graph.PropertyMapSingle p v)
+ Data.Greskell.Graph: instance GHC.Base.Semigroup (t (p v)) => GHC.Base.Monoid (Data.Greskell.Graph.PropertyMapGeneric t p v)
+ Data.Greskell.Graph: instance GHC.Base.Semigroup (t (p v)) => GHC.Base.Semigroup (Data.Greskell.Graph.PropertyMapGeneric t p v)
- Data.Greskell.Gremlin: ComparatorA :: (a -> a -> Int) -> ComparatorA a
+ Data.Greskell.Gremlin: ComparatorA :: a -> a -> Int -> ComparatorA a
- Data.Greskell.Gremlin: PredicateA :: (a -> Bool) -> PredicateA a
+ Data.Greskell.Gremlin: PredicateA :: a -> Bool -> PredicateA a
Files
- ChangeLog.md +5/−0
- greskell.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for greskell +## 0.2.0.3 -- 2018-07-24++* Confirmed test with `doctest-discover-0.2.0.0`.++ ## 0.2.0.2 -- 2018-06-24 * Confirmed test with `doctest-0.16.0`.
greskell.cabal view
@@ -1,5 +1,5 @@ name: greskell-version: 0.2.0.2+version: 0.2.0.3 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -67,7 +67,7 @@ main-is: DocTest.hs build-depends: base, doctest >=0.11 && <0.17,- doctest-discover >=0.1.0.8 && <0.2+ doctest-discover >=0.1.0.8 && <0.3 flag hint-test