wild-bind 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+13/−7 lines, 3 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- ChangeLog.md +7/−1
- README.md +4/−4
- wild-bind.cabal +2/−2
ChangeLog.md view
@@ -1,8 +1,14 @@-# Revision history for wild-bind-x11+# Revision history for wild-bind +## 0.1.0.2 -- 2016-10-09++* Confirmed build with `hspec-2.3.0`.++ ## 0.1.0.1 -- 2016-09-22 * Fix URL in package description.+ ## 0.1.0.0 -- 2016-09-22
README.md view
@@ -18,10 +18,10 @@ ## wild-bind Packages -- wild-bind: WildBind core data types and functions. This package defines `FrontEnd`, `Binding` and other common types. Although WildBind is mainly targeted to number pads, its core is independent of any input types or desktop environments.-- wild-bind-x11: A `FrontEnd` implementation for X11 desktop environments.-- wild-bind-indicator: A GUI that describes current `Binding` to the user.-- wild-bind-task-x11: A bundle package that combines all packages above. End users should use this package first.+- [wild-bind](https://hackage.haskell.org/package/wild-bind): WildBind core data types and functions. This package defines `FrontEnd`, `Binding` and other common types. Although WildBind is mainly targeted to number pads, its core is independent of any input types or desktop environments.+- [wild-bind-x11](https://hackage.haskell.org/package/wild-bind-x11): A `FrontEnd` implementation for X11 desktop environments.+- [wild-bind-indicator](https://hackage.haskell.org/package/wild-bind-indicator): A GUI that describes current `Binding` to the user.+- [wild-bind-task-x11](https://hackage.haskell.org/package/wild-bind-task-x11): A bundle package that combines all packages above. End users should use this package first. ## Author
wild-bind.cabal view
@@ -1,5 +1,5 @@ name: wild-bind-version: 0.1.0.1+version: 0.1.0.2 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -52,7 +52,7 @@ WildBind.BindingSpec WildBind.ForTest build-depends: base, wild-bind, transformers,- hspec >=2.1.7 && <2.3,+ hspec >=2.1.7 && <2.4, QuickCheck >=2.6 && <3.0, stm >=2.4.2 && <2.5, microlens >=0.2.0 && <0.5