+ Bump `vector`.
This commit is contained in:
Ian Grant Jeffries 2017-01-08 14:05:21 -05:00
parent e9b9827cef
commit 318b0f3e8e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 1.1.0.1
+ Bump `vector`.
# 1.1.0.0 # 1.1.0.0
+ Rename the module to `JSONPointer`. + Rename the module to `JSONPointer`.

View File

@ -1,5 +1,5 @@
name: hjsonpointer name: hjsonpointer
version: 1.1.0.0 version: 1.1.0.1
synopsis: JSON Pointer library synopsis: JSON Pointer library
homepage: https://github.com/seagreen/hjsonpointer homepage: https://github.com/seagreen/hjsonpointer
license: MIT license: MIT
@ -30,7 +30,7 @@ library
, semigroups >= 0.18 && < 1.0 , semigroups >= 0.18 && < 1.0
-- ^ for GHCs < 8 -- ^ for GHCs < 8
, text >= 1.2 && < 1.3 , text >= 1.2 && < 1.3
, vector >= 0.10 && < 0.12 , vector >= 0.10 && < 1.0
test-suite unit test-suite unit
hs-source-dirs: hs-source-dirs: