Skip to content

Commit

Permalink
Fix beeline int64 param
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenGraves committed Jan 23, 2025
1 parent e9b7436 commit bb118dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json-fleece-codegen-util/json-fleece-codegen-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/githubuser/json-fleece-codegen-util#readme>
homepage: https://github.com/flipstone/json-fleece#readme
bug-reports: https://github.com/flipstone/json-fleece/issues
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-codegen-util/package.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion json-fleece-codegen-util/src/Fleece/CodeGenUtil.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ beelineInt32Param =

beelineInt64Param :: HC.FromCode c => c
beelineInt64Param =
beelineRoutingVar "int32Param"
beelineRoutingVar "int64Param"

beelineScientificParam :: HC.FromCode c => c
beelineScientificParam =
Expand Down

0 comments on commit bb118dd

Please sign in to comment.