packages feed

stopwatch 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+7/−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,10 @@ # Revision history for stopwatch +## 0.1.0.4 -- 2017-01-24++* Confirmed build with `hspec-2.4.0`.++ ## 0.1.0.3 -- 2016-10-09  * Confirmed build with `hspec-2.3.0`.
stopwatch.cabal view
@@ -1,5 +1,5 @@ name:                   stopwatch-version:                0.1.0.3+version:                0.1.0.4 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -54,7 +54,7 @@   main-is:              Spec.hs   other-modules:        Control.StopWatchSpec   build-depends:        base, stopwatch,-                        hspec <2.4,+                        hspec <2.5,                         clock  source-repository head