packages feed

avro 0.4.5.3 → 0.4.5.4

raw patch · 2 files changed

+5/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

avro.cabal view
@@ -1,7 +1,7 @@ cabal-version:  2.2  name:           avro-version:        0.4.5.3+version:        0.4.5.4 synopsis:       Avro serialization support for Haskell description:    Avro serialization and deserialization support for Haskell category:       Data
src/Data/Avro/Schema.hs view
@@ -767,6 +767,10 @@         modify' (HashMap.insert name r')         pure r' +      r@Enum{name} -> do+        modify' (HashMap.insert name r)+        pure r+       other -> pure other  -- | Merge two schemas to produce a third.