libasterix 0.12.0 → 0.13.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- libasterix.cabal +1/−1
- src/Asterix/Generated.hs +2/−2
libasterix.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: libasterix-version: 0.12.0+version: 0.13.0 synopsis: Asterix data processing library description: This library provides features to process asterix data format, including
src/Asterix/Generated.hs view
@@ -14,10 +14,10 @@ import Asterix.Schema asterixSpecsRef :: String-asterixSpecsRef = "git:e58e5c35d33fc2568d2fe74fc49489c72e495bc3"+asterixSpecsRef = "git:ec9b83df68e2ff9c24b9cb56547f2a1524b172ff" asterixSpecsDate :: String-asterixSpecsDate = "2026-06-17T10:12:02+02:00"+asterixSpecsDate = "2026-06-28T11:59:07+02:00" codeGeneratorVersion :: String codeGeneratorVersion = "0.13.0"