packages feed

wild-bind-x11 0.2.0.17 → 0.2.0.18

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~basedep ~containersdep ~time

Dependency ranges changed: base, containers, time

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for wild-bind-x11 +## 0.2.0.18  -- 2026-01-08++* Confirm test with `ghc-9.14.1`.+ ## 0.2.0.17  -- 2025-03-19  * Confirm test with `ghc-9.12.1`.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name:                   wild-bind-x11-version:                0.2.0.17+version:                0.2.0.18 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -28,11 +28,11 @@                         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 || ^>=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 ^>=0.1.2,                         text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,                         X11 ^>=1.10.3,-                        containers ^>=0.6.4 || ^>=0.7,+                        containers ^>=0.6.4 || ^>=0.7 || ^>=0.8,                         transformers ^>=0.5.6 || ^>=0.6.1,                         mtl ^>=2.2.2 || ^>=2.3.1,                         fold-debounce ^>=0.2.0,@@ -66,14 +66,14 @@                         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 || ^>=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-x11,                         wild-bind ^>=0.1.2,                         X11 ^>=1.10.3,                         text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,                         transformers ^>=0.5.6 || ^>=0.6.1,                         hspec ^>=2.11.12,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14,+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14 || ^>=1.15,                         async ^>=2.2.5  source-repository head