1.1.0.2. Raise test dep upper bounds.

This commit is contained in:
Ian Grant Jeffries 2017-01-25 01:02:04 -05:00
parent 318b0f3e8e
commit 723631d449
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# 1.1.0.2
+ Raise test dep upper bounds.
# 1.1.0.1
+ Bump `vector`.

View File

@ -1,5 +1,5 @@
name: hjsonpointer
version: 1.1.0.1
version: 1.1.0.2
synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer
license: MIT
@ -48,8 +48,8 @@ test-suite unit
aeson
, base
, hjsonpointer
, hspec >= 2.2 && < 2.4
, http-types >= 0.8 && < 0.10
, hspec >= 2.2 && < 3.0
, http-types >= 0.8 && < 1.0
, QuickCheck
, unordered-containers
, text