packages feed

hpio 0.8.0.2 → 0.8.0.3

raw patch · 4 files changed

+10/−5 lines, 4 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,8 @@+## 0.8.0.3 (2016-07-15)++Fixes:+  - Bump QuickCheck bounds.+ ## 0.8.0.2 (2016-06-08)  Fixes:
default.nix view
@@ -5,7 +5,7 @@ }: mkDerivation {   pname = "hpio";-  version = "0.8.0.2";+  version = "0.8.0.3";   src = ./.;   isLibrary = true;   isExecutable = true;
hpio.cabal view
@@ -1,5 +1,5 @@ Name:                   hpio-Version:                0.8.0.2+Version:                0.8.0.3 Cabal-Version:          >= 1.10 Build-Type:             Simple Author:                 Drew Hess <src@drewhess.com>@@ -97,7 +97,7 @@                       , Trustworthy                       , TypeSynonymInstances                       , UndecidableInstances-  Build-Depends:        QuickCheck          >= 2.7.6  && < 2.9+  Build-Depends:        QuickCheck          >= 2.7.6  && < 2.10                       , base                >= 4.7.0  && < 5                       , base-compat         >= 0.6.0  && < 1                       , bytestring          >= 0.10.4 && < 0.11@@ -257,4 +257,4 @@ Source-Repository this   Type:                 git   Location:             git://github.com/dhess/hpio.git-  Tag:                  v0.8.0.2+  Tag:                  v0.8.0.3
shell.nix view
@@ -11,7 +11,7 @@       }:       mkDerivation {         pname = "hpio";-        version = "0.8.0.2";+        version = "0.8.0.3";         src = ./.;         isLibrary = true;         isExecutable = true;