wyvern-diagrams 0.3.1.1 → 0.3.1.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wyvern-diagrams.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## [0.3.1.3](https://github.com/PiotrJustyna/wyvern/tree/0.3.1.2) (2026-01-22)++- resolved issue 52 - support for text 2.1.3: https://github.com/PiotrJustyna/wyvern/issues/52+ ## [0.3.1.1](https://github.com/PiotrJustyna/wyvern/tree/0.3.1.1) (2026-01-21) - resolved issue 50 - support for GHC 9.14.1 and base 4.22.0.0: https://github.com/PiotrJustyna/wyvern/issues/50
wyvern-diagrams.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: wyvern-diagrams-version: 0.3.1.1+version: 0.3.1.3 synopsis: Simple flowchart diagrams. Inspired by DRAKON. description: Wyvern combines syntax and rendering engine for simple, DRAKON-like flowcharts.@@ -38,7 +38,7 @@ -- MIT colour >= 2.3.6 && < 2.3.7, -- BSD-2-Clause- text >= 2.1.2 && < 2.1.3,+ text >= 2.1.2 && < 2.2.1, -- BSD-3-Clause diagrams-lib >= 1.5.1 && < 1.5.2, -- BSD-3-Clause