packages feed

wild-bind-x11 0.1.0.5 → 0.1.0.6

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~X11PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: X11

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for wild-bind-x11 +## 0.1.0.6  -- 2017-02-10++* Confirmed build with `X11-1.8`.++ ## 0.1.0.5  -- 2017-01-24  * Confirmed build with `hspec-2.4.0`.
wild-bind-x11.cabal view
@@ -1,5 +1,5 @@ name:                   wild-bind-x11-version:                0.1.0.5+version:                0.1.0.6 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -26,7 +26,7 @@   build-depends:        base >=4.6 && <5.0,                         wild-bind >=0.1.0 && <0.2,                         text >=1.2.0 && <1.3,-                        X11 >=1.6.1 && <1.8,+                        X11 >=1.6.1 && <1.9,                         containers >=0.5.0 && <0.6,                         transformers >=0.3.0 && <0.6,                         fold-debounce >=0.2.0 && <0.3,