packages feed

FiniteCategories 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -10,4 +10,8 @@ 
 ## 0.3.0.0 -- 2023-09-29
 
-* Splitting the package with FiniteCategoriesGraphViz. Colimit of composition graphs.+* Splitting the package with FiniteCategoriesGraphViz. Colimit of composition graphs.
+
+### 0.3.0.1 -- 2023-09-29
+
+* Broadening range of text bounds.
FiniteCategories.cabal view
@@ -14,7 +14,7 @@ -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:            0.3.0.0
+version:            0.3.0.1
 
 -- A short (one-line) description of the package.
 synopsis: Finite categories and usual categorical constructions on them.
@@ -129,7 +129,7 @@                         random           >= 1.2.1 && < 1.3,
                         WeakSets         >= 1.4.0.1 && < 1.4.0.2,
                         containers       >= 0.6.6.0 && < 0.7,
-                        text             >= 2.1 && < 2.2,
+                        text             >= 1.0 && < 2.2,
                         filepath         >= 1.4.100.1 && < 1.5,
                         directory        >= 1.3.8.1 && < 1.4,
                         
@@ -159,7 +159,7 @@                         random           >= 1.2.1 && < 1.3,
                         WeakSets         >= 1.4.0.1 && < 1.4.0.2,
                         containers       >= 0.6.6.0 && < 0.7,
-                        text             >= 2.1 && < 2.2,
+                        text             >= 1.0 && < 2.2,
                         filepath         >= 1.4.100.1 && < 1.5,
                         directory        >= 1.3.8.1 && < 1.4,
     other-modules:  CheckAllFiniteCategories