hpio 0.8.0.5 → 0.8.0.6
raw patch · 4 files changed
+10/−5 lines, 4 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- default.nix +1/−1
- hpio.cabal +3/−3
- shell.nix +1/−1
changelog.md view
@@ -1,3 +1,8 @@+## 0.8.0.6 (2017-01-25)++Fixes:+ - Remove hspec upper bounds.+ ## 0.8.0.5 (2017-01-11) Fixes:
default.nix view
@@ -5,7 +5,7 @@ }: mkDerivation { pname = "hpio";- version = "0.8.0.5";+ version = "0.8.0.6"; src = ./.; isLibrary = true; isExecutable = true;
hpio.cabal view
@@ -1,5 +1,5 @@ Name: hpio-Version: 0.8.0.5+Version: 0.8.0.6 Cabal-Version: >= 1.10 Build-Type: Simple Author: Drew Hess <src@drewhess.com>@@ -220,7 +220,7 @@ , directory , exceptions , filepath- , hspec >= 2.1.7 && < 2.4+ , hspec >= 2.1.7 , mtl , mtl-compat , text@@ -257,4 +257,4 @@ Source-Repository this Type: git Location: git://github.com/dhess/hpio.git- Tag: v0.8.0.5+ Tag: v0.8.0.6
shell.nix view
@@ -11,7 +11,7 @@ }: mkDerivation { pname = "hpio";- version = "0.8.0.5";+ version = "0.8.0.6"; src = ./.; isLibrary = true; isExecutable = true;