Bump deps.

This commit is contained in:
Ian Grant Jeffries 2015-09-12 17:12:22 -04:00
parent 9d98d98d04
commit 05c967e9db

View File

@ -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