Skip to content

Commit

Permalink
Remove hspec upper bounds, release 0.8.0.6.
Browse files Browse the repository at this point in the history
Re: hspec upper bounds, see

commercialhaskell/stackage#2229 (comment)
  • Loading branch information
dhess committed Jan 26, 2017
1 parent 2c70a7f commit fa1a4be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.0.6 (2017-01-25)

Fixes:
- Remove hspec upper bounds.

## 0.8.0.5 (2017-01-11)

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "hpio";
version = "0.8.0.5";
version = "0.8.0.6";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
6 changes: 3 additions & 3 deletions hpio.cabal
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -220,7 +220,7 @@ Test-Suite spec
, directory
, exceptions
, filepath
, hspec >= 2.1.7 && < 2.4
, hspec >= 2.1.7
, mtl
, mtl-compat
, text
Expand Down Expand Up @@ -257,4 +257,4 @@ Source-Repository head
Source-Repository this
Type: git
Location: git://github.com/dhess/hpio.git
Tag: v0.8.0.5
Tag: v0.8.0.6
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
}:
mkDerivation {
pname = "hpio";
version = "0.8.0.5";
version = "0.8.0.6";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit fa1a4be

Please sign in to comment.