0.2.0.1. Bump base.

This commit is contained in:
Ian Grant Jeffries 2015-03-31 16:14:39 -04:00
parent 907156bdaf
commit 79874247f6

View File

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