wild-bind-x11 0.1.0.6 → 0.1.0.7
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~hspecdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +2/−0
- wild-bind-x11.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,7 @@ # Revision history for wild-bind-x11 +## 0.1.0.7 -- 2017-07-21+ ## 0.1.0.6 -- 2017-02-10 * Confirmed build with `X11-1.8`.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-x11-version: 0.1.0.6+version: 0.1.0.7 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -60,9 +60,9 @@ WildBind.X11.TestUtil build-depends: base, wild-bind-x11, wild-bind, X11,- hspec >=2.1.7 && <2.5,+ hspec >=2.1.7, QuickCheck >=2.6 && <3.0,- time >=1.5.0 && <1.8+ time >=1.5.0 && <1.9 source-repository head type: git