data-object-json 0.3.0 → 0.3.1
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Object.Json: data JsonDecodeError
Files
- Data/Object/Json.hs +2/−0
- data-object-json.cabal +1/−1
Data/Object/Json.hs view
@@ -27,6 +27,8 @@ , encodeFile , decode , decodeFile+ -- * Exception type+ , JsonDecodeError ) where import Data.Object
data-object-json.cabal view
@@ -1,5 +1,5 @@ name: data-object-json-version: 0.3.0+version: 0.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>