From 723631d449612079d522d5e27de6898f26b5f931 Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Wed, 25 Jan 2017 01:02:04 -0500 Subject: [PATCH] 1.1.0.2. Raise test dep upper bounds. --- changelog.md | 4 ++++ hjsonpointer.cabal | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 40c1369..20b0161 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.1.0.2 + ++ Raise test dep upper bounds. + # 1.1.0.1 + Bump `vector`. diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal index f1dbe9b..aba508e 100644 --- a/hjsonpointer.cabal +++ b/hjsonpointer.cabal @@ -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