packages feed

wild-bind-x11 0.2.0.15 → 0.2.0.16

raw patch · 2 files changed

+26/−17 lines, 2 filesdep ~X11dep ~asyncdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: X11, async, base, containers, fold-debounce, hspec, mtl, semigroups, stm, text, time, transformers, wild-bind

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for wild-bind-x11 +## 0.2.0.156 -- 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.+ ## 0.2.0.15 -- 2022-11-28  * Confirm test with ghc-9.2.5.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name:                   wild-bind-x11-version:                0.2.0.15+version:                0.2.0.16 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -7,7 +7,7 @@ synopsis:               X11-specific implementation for WildBind description:            X11-specific implementation for WildBind. See <https://github.com/debug-ito/wild-bind> category:               UserInterface-cabal-version:          >= 1.10+cabal-version:          2.0 build-type:             Simple extra-source-files:     README.md, ChangeLog.md homepage:               https://github.com/debug-ito/wild-bind@@ -28,16 +28,16 @@                         WildBind.X11.Internal.NotificationDebouncer   other-modules:        WildBind.X11.Internal.FrontEnd,                         WildBind.X11.Internal.GrabMan-  build-depends:        base >=4.6 && <4.17,-                        wild-bind >=0.1.0 && <0.2,-                        text >=1.2.0 && <1.3,-                        X11 >=1.6.1 && <1.11,-                        containers >=0.5.0 && <0.7,-                        transformers >=0.3.0 && <0.6,-                        mtl >=2.2.1 && <2.3,-                        fold-debounce >=0.2.0 && <0.3,-                        stm >=2.4.2 && <2.6,-                        semigroups >=0.16.2.2 && <0.21+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,+                        wild-bind ^>=0.1.2,+                        text ^>=1.2.4 || ^>=2.0.1 || ^>=2.1,+                        X11 ^>=1.10.2,+                        containers ^>=0.6.4 || ^>=0.7,+                        transformers ^>=0.5.6 || ^>=0.6.1,+                        mtl ^>=2.2.2 || ^>=2.3.1,+                        fold-debounce ^>=0.2.0,+                        stm ^>=2.5.0,+                        semigroups ^>=0.20  -- executable wild-bind-x11 --   default-language:     Haskell2010@@ -66,11 +66,15 @@                         WildBind.X11.Internal.NotificationDebouncerSpec,                         WildBind.X11.TestUtil   build-tool-depends:   hspec-discover:hspec-discover-  build-depends:        base, wild-bind-x11,-                        wild-bind, X11, text, transformers,-                        hspec >=2.1.7,-                        time >=1.5.0 && <1.12,-                        async >=2.0.2 && <2.3+  build-depends:        base ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0,+                        wild-bind-x11,+                        wild-bind ^>=0.1.2,+                        X11 ^>=1.10.2,+                        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  source-repository head   type:                 git