hjsonpointer 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hjsonpointer.cabal +1/−1
- src/Data/JsonPointer.hs +1/−1
hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name: hjsonpointer-version: 0.1.0.0+version: 0.1.0.1 synopsis: JSON Pointer library for Haskell homepage: https://github.com/seagreen/hjsonpointer license: MIT
src/Data/JsonPointer.hs view
@@ -22,7 +22,7 @@ | UnindexableValue deriving (Eq, Show) --- The Text to build a JSON Pointer must either be empty or start+-- | The Text to build a JSON Pointer must either be empty or start -- with a '/'. If you're turning a URI Fragment into a JSON Pointer -- you must drop the initial '#'. jsonPointer :: Text -> Either PointerErr JsonPointer