Skip to content

Commit

Permalink
Bump versions of codegen-util, openapi3, swagger2
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Sep 18, 2024
1 parent cda1a64 commit c27498e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.10.0.0
version: 0.11.0.0
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.10.0.0
version: 0.11.0.0
github: "flipstone/json-fleece/json-fleece-codegen-util"
license: BSD3
author: "Author name here"
Expand Down
8 changes: 4 additions & 4 deletions json-fleece-openapi3/json-fleece-openapi3.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-openapi3
version: 0.4.3.1
version: 0.4.3.2
description: Please see the README on GitHub at <https://github.com/flipstone/json-fleece-openapi3#readme>
homepage: https://github.com/flipstone/json-fleece#readme
bug-reports: https://github.com/flipstone/json-fleece/issues
Expand Down Expand Up @@ -2058,7 +2058,7 @@ library
, base >=4.7 && <5
, containers ==0.6.*
, insert-ordered-containers ==0.2.*
, json-fleece-codegen-util >=0.9 && <0.11
, json-fleece-codegen-util ==0.11.*
, mtl >=2.2 && <2.4
, non-empty-text ==0.2.*
, openapi3 ==3.2.*
Expand All @@ -2078,7 +2078,7 @@ executable fleece-openapi3
ghc-options: -rtsopts -threaded
build-depends:
base >=4.7 && <5
, json-fleece-codegen-util >=0.9 && <0.11
, json-fleece-codegen-util ==0.11.*
, json-fleece-openapi3
default-language: Haskell2010
if flag(strict)
Expand All @@ -2099,7 +2099,7 @@ test-suite json-fleece-openapi3-test
, bytestring ==0.11.*
, file-embed >=0.0.15 && <0.0.17
, hedgehog
, json-fleece-codegen-util >=0.9 && <0.11
, json-fleece-codegen-util ==0.11.*
, json-fleece-openapi3
, yaml ==0.11.*
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions json-fleece-openapi3/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json-fleece-openapi3
version: 0.4.3.1
version: 0.4.3.2
github: "flipstone/json-fleece/json-fleece-openapi3"
license: BSD3
author: "Author name here"
Expand Down Expand Up @@ -45,7 +45,7 @@ when:

dependencies:
- base >= 4.7 && < 5
- json-fleece-codegen-util >= 0.9 && < 0.11
- json-fleece-codegen-util >= 0.11 && < 0.12

extra-source-files:
- examples/star-trek/codegen.dhall
Expand Down
8 changes: 4 additions & 4 deletions json-fleece-swagger2/json-fleece-swagger2.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-swagger2
version: 0.4.0.4
version: 0.4.0.5
description: Please see the README on GitHub at <https://github.com/githubuser/json-fleece-swagger2#readme>
homepage: https://github.com/flipstone/json-fleece#readme
bug-reports: https://github.com/flipstone/json-fleece/issues
Expand Down Expand Up @@ -85,7 +85,7 @@ library
build-depends:
base >=4.7 && <5
, insert-ordered-containers ==0.2.*
, json-fleece-codegen-util >=0.6 && <0.11
, json-fleece-codegen-util ==0.11.*
, json-fleece-openapi3 ==0.4.*
, openapi3 ==3.2.*
, swagger2 ==2.8.*
Expand All @@ -105,7 +105,7 @@ executable fleece-swagger2
ghc-options: -rtsopts -threaded
build-depends:
base >=4.7 && <5
, json-fleece-codegen-util >=0.6 && <0.11
, json-fleece-codegen-util ==0.11.*
, json-fleece-swagger2
default-language: Haskell2010
if flag(strict)
Expand All @@ -127,7 +127,7 @@ test-suite json-fleece-swagger2-test
, bytestring ==0.11.*
, file-embed >=0.0.15 && <0.0.17
, hedgehog
, json-fleece-codegen-util >=0.6 && <0.11
, json-fleece-codegen-util ==0.11.*
, json-fleece-swagger2
default-language: Haskell2010
if flag(strict)
Expand Down
4 changes: 2 additions & 2 deletions json-fleece-swagger2/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json-fleece-swagger2
version: 0.4.0.4
version: 0.4.0.5
github: "flipstone/json-fleece/json-fleece-swagger2"
license: BSD3
author: "Author name here"
Expand All @@ -17,7 +17,7 @@ description: Please see the README on GitHub at <https://github.com/gith

dependencies:
- base >= 4.7 && < 5
- json-fleece-codegen-util >= 0.6 && < 0.11
- json-fleece-codegen-util >= 0.11 && < 0.12

flags:
strict:
Expand Down

0 comments on commit c27498e

Please sign in to comment.