wyvern-diagrams 0.3.1.0 → 0.3.1.1
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- wyvern-diagrams.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,11 @@+## [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++## [0.3.1.0](https://github.com/PiotrJustyna/wyvern/tree/0.3.1.0) (2026-01-19)++- resolved issue 47 - a problem with connections in tested forks: https://github.com/PiotrJustyna/wyvern/issues/47+ ## [0.3.0.7](https://github.com/PiotrJustyna/wyvern/tree/0.3.0.7) (2026-01-15) - support for ghc 9.8.4 and base 4.19.2.0 for hackage
wyvern-diagrams.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: wyvern-diagrams-version: 0.3.1.0+version: 0.3.1.1 synopsis: Simple flowchart diagrams. Inspired by DRAKON. description: Wyvern combines syntax and rendering engine for simple, DRAKON-like flowcharts.@@ -34,7 +34,7 @@ hs-source-dirs: src/lib build-depends: -- BSD-3-Clause- base >= 4.19.2.0 && < 4.22,+ base >= 4.19.2.0 && < 4.23, -- MIT colour >= 2.3.6 && < 2.3.7, -- BSD-2-Clause@@ -60,7 +60,7 @@ main-is: Main.hs build-depends: -- BSD-3-Clause- base >= 4.19.2.0 && < 4.22,+ base >= 4.19.2.0 && < 4.23, -- BSD-3-Clause array >= 0.5.8 && < 0.5.9, -- BSD-3-Clause@@ -79,7 +79,7 @@ main-is: OverlappingLoopbacks.hs build-depends: -- BSD-3-Clause- base >= 4.19.2.0 && < 4.22,+ base >= 4.19.2.0 && < 4.23, -- BSD-3-Clause HUnit, -- BSD-3-Clause