wild-bind 0.1.2.13 → 0.1.2.14
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basedep ~containers
Dependency ranges changed: base, containers
Files
- ChangeLog.md +4/−0
- wild-bind.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for wild-bind +## 0.1.2.14 -- 2026-01-08++* Confirm test with `ghc-9.14.1`.+ ## 0.1.2.13 -- 2025-09-29 * Confirm test with `microlens-0.5`.
wild-bind.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-version: 0.1.2.13+version: 0.1.2.14 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -26,9 +26,9 @@ WildBind.Input.NumPad, WildBind.Seq -- other-modules: - build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,+ build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0, text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,- containers ^>=0.6.4 || ^>=0.7,+ containers ^>=0.6.4 || ^>=0.7 || ^>=0.8, transformers ^>=0.5.6 || ^>=0.6.1, semigroups ^>=0.20 @@ -53,7 +53,7 @@ WildBind.SeqSpec, WildBind.ForTest build-tool-depends: hspec-discover:hspec-discover- build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,+ build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0, wild-bind, transformers ^>=0.5.6 || ^>=0.6.1, hspec ^>=2.11.12,