wild-bind-x11 0.2.0.8 → 0.2.0.9
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog.md +4/−0
- wild-bind-x11.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for wild-bind-x11 +## 0.2.0.9 -- 2019-12-30++* Confirm test with `base-4.13.0.0`+ ## 0.2.0.8 -- 2019-10-04 * Confirm test with `time-1.9.3`.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-x11-version: 0.2.0.8+version: 0.2.0.9 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -28,7 +28,7 @@ WildBind.X11.Internal.NotificationDebouncer other-modules: WildBind.X11.Internal.FrontEnd, WildBind.X11.Internal.GrabMan- build-depends: base >=4.6 && <4.13,+ build-depends: base >=4.6 && <4.14, wild-bind >=0.1.0 && <0.2, text >=1.2.0 && <1.3, X11 >=1.6.1 && <1.10,