wild-bind-x11 0.2.0.7 → 0.2.0.8
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~time
Dependency ranges changed: time
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.8 -- 2019-10-04++* Confirm test with `time-1.9.3`.+ ## 0.2.0.7 -- 2019-05-11 * Confirm test with `semigroups-0.19`.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-x11-version: 0.2.0.7+version: 0.2.0.8 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -68,7 +68,7 @@ build-depends: base, wild-bind-x11, wild-bind, X11, text, transformers, hspec >=2.1.7,- time >=1.5.0 && <1.9,+ time >=1.5.0 && <1.10, async >=2.0.2 && <2.3 source-repository head