packages feed

aeson-compat 0.3.5.2 → 0.3.6

raw patch · 3 files changed

+7/−2 lines, 3 filesdep ~QuickCheckdep ~aesondep ~base-orphansPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, aeson, base-orphans, vector

API changes (from Hackage documentation)

+ Data.Aeson.Compat: AesonException :: String -> AesonException
+ Data.Aeson.Compat: newtype AesonException

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.6++- Fix accidental removal of `AesonException` export+ # 0.3.5.2  - Support QuickCheck-2.9.1
aeson-compat.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.14.0.+-- This file has been generated from package.yaml by hpack version 0.14.1. -- -- see: https://github.com/sol/hpack  name:           aeson-compat-version:        0.3.5.2+version:        0.3.6 synopsis:       Compatibility layer for aeson description:    Compatibility layer for @aeson@ category:       Web
src/Data/Aeson/Compat.hs view
@@ -24,6 +24,7 @@     -- ** Direct encoding     decode,     decode',+    AesonException(..),     eitherDecode,     eitherDecode',     encode,