packages feed

boring-window-switcher 0.1.0.1 → 0.1.0.2

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 boring-window-switcher +## 0.1.0.2  -- 2016-12-24++* Confirmed test with `X11-1.7`.++ ## 0.1.0.1  -- 2016-10-09  * Confirmed build with `hspec-2.3.0`.
boring-window-switcher.cabal view
@@ -1,5 +1,5 @@ name:                   boring-window-switcher-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@@ -23,7 +23,7 @@                         Graphics.UI.BoringWindowSwitcher.Internal.Control,                         Graphics.UI.BoringWindowSwitcher.Internal.Dialog   build-depends:        base >=4.7.0 && <5.0,-                        X11 >=1.6.1 && <1.7,+                        X11 >=1.6.1 && <1.8,                         transformers >=0.3.0 && <0.6,                         gtk >=0.13.9 && <0.15