packages feed

mellon-core 0.7.0.3 → 0.7.1.0

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~QuickCheckdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, hspec

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+## 0.7.1.0 (2017-04-28)++- Bump hspec, QuickCheck upper bounds.+ ## 0.7.0.3 (2016-09-23)  - No changes, version bump only.
mellon-core.cabal view
@@ -1,5 +1,5 @@ Name:                   mellon-core-Version:                0.7.0.3+Version:                0.7.1.0 Cabal-Version:          >= 1.10 Build-Type:             Simple Author:                 Drew Hess <src@drewhess.com>@@ -10,7 +10,7 @@ License:                BSD3 License-File:           LICENSE Copyright:              Copyright (c) 2016, Drew Hess-Tested-With:            GHC == 7.10.3, GHC == 8.0.1+Tested-With:            GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2 Category:               System Synopsis:               Control physical access devices Description:@@ -173,7 +173,7 @@     Buildable:          False   Else     Build-Depends:      base-                      , QuickCheck           == 2.8.*+                      , QuickCheck           >= 2.8    && < 2.10                       , quickcheck-instances == 0.3.*                       , doctest              == 0.11.* @@ -186,7 +186,7 @@   Main-Is:              Main.hs   Build-Depends:        base                       , async-                      , hspec        == 2.2.*+                      , hspec        >= 2.2 && < 2.5                       , mtl                       , time                       , transformers@@ -204,4 +204,4 @@ Source-Repository this   Type:                 git   Location:             git://github.com/dhess/mellon.git-  Tag:                  v0.7.0.3+  Tag:                  v0.7.1.0