diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal index 6351509..393a67c 100644 --- a/hjsonpointer.cabal +++ b/hjsonpointer.cabal @@ -1,5 +1,5 @@ name: hjsonpointer -version: 0.2.0.3 +version: 0.2.0.4 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT @@ -22,7 +22,7 @@ library , base >= 4.6 && < 4.9 , unordered-containers >= 0.2 && < 0.3 , text >= 1.2 && < 1.3 - , vector >= 0.10 && < 0.11 + , vector >= 0.10 && < 0.12 test-suite unit type: exitcode-stdio-1.0 @@ -38,7 +38,7 @@ test-suite unit , text , vector , http-types >= 0.8 && < 0.9 - , HUnit >= 1.2 && < 1.3 + , HUnit >= 1.2 && < 1.4 , test-framework >= 0.8 && < 0.9 , test-framework-hunit >= 0.3 && < 0.4