avro 0.6.1.0 → 0.6.1.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- avro.cabal +1/−1
- src/Data/Avro/Schema/ReadSchema.hs +1/−0
avro.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: avro-version: 0.6.1.0+version: 0.6.1.1 synopsis: Avro serialization support for Haskell description: Avro serialization and deserialization support for Haskell category: Data
src/Data/Avro/Schema/ReadSchema.hs view
@@ -199,4 +199,5 @@ f@Fixed{..} -> HashMap.fromList $ (name : aliases) `zip` repeat f Array{..} -> extractBindings item Map{..} -> extractBindings values+ FreeUnion {..} -> extractBindings ty _ -> HashMap.empty