From 79874247f6bf248e123feb412cd99ced28eaef6d Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Tue, 31 Mar 2015 16:14:39 -0400 Subject: [PATCH] 0.2.0.1. Bump base. --- hjsonpointer.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal index 1c3f2d6..d32ff2a 100644 --- a/hjsonpointer.cabal +++ b/hjsonpointer.cabal @@ -1,5 +1,5 @@ name: hjsonpointer -version: 0.2.0.0 +version: 0.2.0.1 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT @@ -19,7 +19,7 @@ library default-extensions: OverloadedStrings ghc-options: -Wall build-depends: aeson >= 0.8 && < 0.9 - , base >= 4.7 && < 4.8 + , base >= 4.7 && < 4.9 , unordered-containers >= 0.2 && < 0.3 , text >= 1.2 && < 1.3 , vector >= 0.10 && < 0.11