From bb118dd57dd747629fbf1ca902880ec8ba353c27 Mon Sep 17 00:00:00 2001 From: Owen Graves Date: Thu, 23 Jan 2025 11:29:25 -0600 Subject: [PATCH] Fix beeline int64 param --- json-fleece-codegen-util/json-fleece-codegen-util.cabal | 2 +- json-fleece-codegen-util/package.yaml | 2 +- json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json-fleece-codegen-util/json-fleece-codegen-util.cabal b/json-fleece-codegen-util/json-fleece-codegen-util.cabal index cb2b81a..12e48d0 100644 --- a/json-fleece-codegen-util/json-fleece-codegen-util.cabal +++ b/json-fleece-codegen-util/json-fleece-codegen-util.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: json-fleece-codegen-util -version: 0.12.0.0 +version: 0.12.0.1 description: Please see the README on GitHub at homepage: https://github.com/flipstone/json-fleece#readme bug-reports: https://github.com/flipstone/json-fleece/issues diff --git a/json-fleece-codegen-util/package.yaml b/json-fleece-codegen-util/package.yaml index 2a2d5bc..9547d4d 100644 --- a/json-fleece-codegen-util/package.yaml +++ b/json-fleece-codegen-util/package.yaml @@ -1,5 +1,5 @@ name: json-fleece-codegen-util -version: 0.12.0.0 +version: 0.12.0.1 github: "flipstone/json-fleece/json-fleece-codegen-util" license: BSD3 author: "Author name here" diff --git a/json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs b/json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs index 1a71ac0..c1efdf2 100644 --- a/json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs +++ b/json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs @@ -2162,7 +2162,7 @@ beelineInt32Param = beelineInt64Param :: HC.FromCode c => c beelineInt64Param = - beelineRoutingVar "int32Param" + beelineRoutingVar "int64Param" beelineScientificParam :: HC.FromCode c => c beelineScientificParam =