packages feed

hpio 0.8.0.4 → 0.8.0.5

raw patch · 5 files changed

+11/−6 lines, 5 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,8 @@+## 0.8.0.5 (2017-01-11)++Fixes:+  - Bump directory bounds.+ ## 0.8.0.4 (2016-10-26)  Fixes:
default.nix view
@@ -5,7 +5,7 @@ }: mkDerivation {   pname = "hpio";-  version = "0.8.0.4";+  version = "0.8.0.5";   src = ./.;   isLibrary = true;   isExecutable = true;
hpio.cabal view
@@ -1,5 +1,5 @@ Name:                   hpio-Version:                0.8.0.4+Version:                0.8.0.5 Cabal-Version:          >= 1.10 Build-Type:             Simple Author:                 Drew Hess <src@drewhess.com>@@ -102,7 +102,7 @@                       , base-compat         >= 0.6.0  && < 1                       , bytestring          >= 0.10.4 && < 0.11                       , containers          >= 0.5.5  && < 0.6-                      , directory           >= 1.2.1  && < 1.3+                      , directory           >= 1.2.1  && < 1.4                       , exceptions          >= 0.8.0  && < 1                       , filepath            >= 1.3.0  && < 1.5                       , mtl                 >= 2.1.3  && < 2.3@@ -257,4 +257,4 @@ Source-Repository this   Type:                 git   Location:             git://github.com/dhess/hpio.git-  Tag:                  v0.8.0.4+  Tag:                  v0.8.0.5
shell.nix view
@@ -11,7 +11,7 @@       }:       mkDerivation {         pname = "hpio";-        version = "0.8.0.4";+        version = "0.8.0.5";         src = ./.;         isLibrary = true;         isExecutable = true;
stack.yaml view
@@ -1,6 +1,6 @@ require-stack-version: ">= 1.1.0" pvp-bounds: both-resolver: lts-7.5+resolver: lts-7.15 packages: - . flags: