libasterix 0.11.1 → 0.12.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.11.1+version: 0.12.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:12676fbec36730c5c0c806e1b22f3611a24d8089"+asterixSpecsRef = "git:e58e5c35d33fc2568d2fe74fc49489c72e495bc3" asterixSpecsDate :: String-asterixSpecsDate = "2026-03-26T10:19:02+01:00"+asterixSpecsDate = "2026-06-17T10:12:02+02:00" codeGeneratorVersion :: String codeGeneratorVersion = "0.13.0"