1.0.0.2: Bump hspec.

This commit is contained in:
Ian Grant Jeffries 2016-10-20 14:08:51 -04:00
parent 4cf8c6f237
commit 222867960f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 1.0.0.2
+ Bump hspec.
# 1.0.0.1
+ Remove HUnit dep.

View File

@ -1,5 +1,5 @@
name: hjsonpointer
version: 1.0.0.1
version: 1.0.0.2
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
@ -53,7 +53,7 @@ test-suite unit
, unordered-containers
, text
, vector
, hspec >= 2.2 && < 2.3
, hspec >= 2.2 && < 2.4
, http-types >= 0.8 && < 0.10
source-repository head