packages feed

boring-window-switcher 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,11 @@ # Revision history for boring-window-switcher +## 0.1.0.5  -- 2018-03-15++* Remove dependency upper bound for `hspec`,+  because I think it's stable enough.++ ## 0.1.0.4  -- 2017-02-10  * Confirmed test with `X11-1.8`.
boring-window-switcher.cabal view
@@ -1,5 +1,5 @@ name:                   boring-window-switcher-version:                0.1.0.4+version:                0.1.0.5 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -53,7 +53,7 @@   -- other-extensions:        other-modules:        Graphics.UI.BoringWindowSwitcher.Internal.ControlSpec   build-depends:        base, boring-window-switcher,-                        hspec >=2.1.7 && <2.5+                        hspec >=2.1.7  source-repository head   type:                 git