wild-bind-task-x11 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~wild-binddep ~wild-bind-indicatordep ~wild-bind-x11PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: wild-bind, wild-bind-indicator, wild-bind-x11
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- wild-bind-task-x11.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,11 @@ # Revision history for wild-bind-task-x11 +## 0.2.0.1 -- 2017-01-02++* Fix dependency version bounds for wild-bind family packages.+ (gh#3, thanks to @peti)++ ## 0.2.0.0 -- 2018-01-01 * Modify constraints of `wildNumPad` and `wildNumPad'` functions
wild-bind-task-x11.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-task-x11-version: 0.2.0.0+version: 0.2.0.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -21,9 +21,9 @@ WildBind.Task.X11.Seq.Example -- other-modules: build-depends: base >=4.6 && <5.0,- wild-bind >=0.1.0 && <0.2,- wild-bind-x11 >=0.1.0 && <0.3,- wild-bind-indicator >=0.1.0 && <0.3,+ wild-bind >=0.1.1.0 && <0.2,+ wild-bind-x11 >=0.2.0.0 && <0.3,+ wild-bind-indicator >=0.2.0.0 && <0.3, text >=1.2.0 && <1.3, transformers >=0.3.0 && <0.6