wild-bind-x11 0.2.0.16 → 0.2.0.17
raw patch · 2 files changed
+13/−9 lines, 2 filesdep ~X11dep ~asyncdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: X11, async, base, hspec, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−1
- wild-bind-x11.cabal +8/−8
ChangeLog.md view
@@ -1,6 +1,10 @@ # Revision history for wild-bind-x11 -## 0.2.0.156 -- 2024-09-25+## 0.2.0.17 -- 2025-03-19++* Confirm test with `ghc-9.12.1`.++## 0.2.0.16 -- 2024-09-25 * Update the dependency version bounds, generated by cabal-plan-bounds and GitHub Workflow. Now it adds support for some new dependency versions, but drop support for some old versions.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-x11-version: 0.2.0.16+version: 0.2.0.17 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -28,10 +28,10 @@ WildBind.X11.Internal.NotificationDebouncer other-modules: WildBind.X11.Internal.FrontEnd, WildBind.X11.Internal.GrabMan- build-depends: base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.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, wild-bind ^>=0.1.2, text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,- X11 ^>=1.10.2,+ X11 ^>=1.10.3, containers ^>=0.6.4 || ^>=0.7, transformers ^>=0.5.6 || ^>=0.6.1, mtl ^>=2.2.2 || ^>=2.3.1,@@ -66,15 +66,15 @@ WildBind.X11.Internal.NotificationDebouncerSpec, WildBind.X11.TestUtil 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,+ 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, wild-bind-x11, wild-bind ^>=0.1.2,- X11 ^>=1.10.2,+ X11 ^>=1.10.3, text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1, transformers ^>=0.5.6 || ^>=0.6.1,- hspec ^>=2.9.1 || ^>=2.10.6 || ^>=2.11.9,- time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2,- async ^>=2.2.4+ hspec ^>=2.11.12,+ time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14,+ async ^>=2.2.5 source-repository head type: git