algebraic-graphs 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base-compatPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base-compat
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- algebraic-graphs.cabal +2/−2
CHANGES.md view
@@ -1,5 +1,9 @@ # Change log +## 0.1.1.1 + +* #59: Allow base-compat-0.10. + ## 0.1.1 * #58: Update documentation.
algebraic-graphs.cabal view
@@ -1,5 +1,5 @@ name: algebraic-graphs-version: 0.1.1+version: 0.1.1.1 synopsis: A library for algebraic graph construction and transformation license: MIT license-file: LICENSE@@ -77,7 +77,7 @@ Algebra.Graph.Relation.Transitive build-depends: array >= 0.4 && < 0.6, base >= 4.7 && < 5,- base-compat >= 0.9.1 && < 0.10,+ base-compat >= 0.9.1 && < 0.11, containers >= 0.5.5.1 && < 0.8, deepseq >= 1.3.0.1 && < 1.5 if !impl(ghc >= 8.0)