packages feed

wild-bind 0.1.1.0 → 0.1.1.1

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 wild-bind +## 0.1.1.1  -- 2018-03-14++* Confirmed test with `hspec-2.5.0`.+  Remove its dependency upper bound, because I think it's stable enough.++ ## 0.1.1.0  -- 2018-01-01  * Description: add `Describable` instance of `Either`.
wild-bind.cabal view
@@ -1,5 +1,5 @@ name:                   wild-bind-version:                0.1.1.0+version:                0.1.1.1 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -52,7 +52,7 @@                         WildBind.SeqSpec,                         WildBind.ForTest   build-depends:        base, wild-bind, transformers,-                        hspec >=2.1.7 && <2.5,+                        hspec >=2.1.7,                         QuickCheck >=2.6 && <3.0,                         stm >=2.4.2 && <2.5,                         microlens >=0.2.0 && <0.5