Skip to content

Commit

Permalink
publish-release/0.28.0 (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow committed Jun 6, 2024
1 parent edf8990 commit 4614725
Show file tree
Hide file tree
Showing 39 changed files with 308 additions and 308 deletions.
6 changes: 3 additions & 3 deletions examples/client/morpheus-graphql-examples-client.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-client
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql
Expand Down Expand Up @@ -42,7 +42,7 @@ executable morpheus-client-example
base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.15.0
, file-embed >=0.0.10 && <1.0.0
, morpheus-graphql-client >=0.27.0 && <0.28.0
, morpheus-graphql-client >=0.28.0 && <0.29.0
, req >=3.0.0 && <4.0.0
, text >=1.2.3 && <3.0.0
default-language: Haskell2010
4 changes: 2 additions & 2 deletions examples/client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-client
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -14,7 +14,7 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.15.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-client >= 0.27.0 && < 0.28.0
- morpheus-graphql-client >= 0.28.0 && < 0.29.0
- req >= 3.0.0 && < 4.0.0
- text >= 1.2.3 && < 3.0.0
executables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-code-gen-docs
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql , code-gen
Expand Down Expand Up @@ -38,9 +38,9 @@ executable code-gen-docs-server
base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.15.0
, containers >=0.4.2.1 && <=0.7
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql-client >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, morpheus-graphql-client >=0.28.0 && <0.29.0
, morpheus-graphql-server >=0.28.0 && <0.29.0
, scotty >=0.6.0 && <1.0
, text >=1.2.3 && <3.0.0
default-language: Haskell2010
8 changes: 4 additions & 4 deletions examples/code-gen-docs/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-code-gen-docs
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -11,9 +11,9 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.15.0
- containers >= 0.4.2.1 && <= 0.7
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql-client >= 0.27.0 && < 0.28.0
- morpheus-graphql-server >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- morpheus-graphql-client >= 0.28.0 && < 0.29.0
- morpheus-graphql-server >= 0.28.0 && < 0.29.0
- scotty >= 0.6.0 && < 1.0
- text >= 1.2.3 && < 3.0.0
executables:
Expand Down
10 changes: 5 additions & 5 deletions examples/code-gen/morpheus-graphql-examples-code-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-code-gen
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql , code-gen
Expand Down Expand Up @@ -54,9 +54,9 @@ executable generated-server
base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.15.0
, containers >=0.4.2.1 && <=0.7
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql-client >=0.27.0 && <0.28.0
, morpheus-graphql-server >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, morpheus-graphql-client >=0.28.0 && <0.29.0
, morpheus-graphql-server >=0.28.0 && <0.29.0
, scotty >=0.6.0 && <1.0
, text >=1.2.3 && <3.0.0
default-language: Haskell2010
8 changes: 4 additions & 4 deletions examples/code-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-code-gen
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -11,9 +11,9 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.15.0
- containers >= 0.4.2.1 && <= 0.7
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql-client >= 0.27.0 && < 0.28.0
- morpheus-graphql-server >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- morpheus-graphql-client >= 0.28.0 && < 0.29.0
- morpheus-graphql-server >= 0.28.0 && < 0.29.0
- scotty >= 0.6.0 && < 1.0
- text >= 1.2.3 && < 3.0.0
executables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-scotty-fraxl
version: 0.27.3
version: 0.28.0
synopsis: examples
description: Fraxl example of GraphQL APIs
category: web, graphql
Expand Down Expand Up @@ -34,7 +34,7 @@ executable scotty-server-fraxl
base >=4.7.0 && <5.0.0
, containers >=0.4.2.1 && <=0.7
, fraxl >=0.1 && <1.0
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, mtl >=2.0.0 && <3.0.0
, scotty >=0.6.0 && <1.0
, text >=1.2.3 && <3.0.0
Expand Down
4 changes: 2 additions & 2 deletions examples/scotty-fraxl/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-scotty-fraxl
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -11,7 +11,7 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- containers >= 0.4.2.1 && <= 0.7
- fraxl >= 0.1 && < 1.0
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- mtl >= 2.0.0 && < 3.0.0
- scotty >= 0.6.0 && < 1.0
- text >= 1.2.3 && < 3.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-scotty-freer
version: 0.27.3
version: 0.28.0
synopsis: morpheus graphql freer
description: example of graphql apis with scotty and freer-simple
category: web, graphql
Expand Down Expand Up @@ -39,7 +39,7 @@ executable scotty-freer-server
, bytestring >=0.10.4 && <0.15.0
, file-embed >=0.0.10 && <1.0.0
, freer-simple >=1.0 && <3.0
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, scotty >=0.6.0 && <1.0
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.7.0
Expand Down
4 changes: 2 additions & 2 deletions examples/scotty-freer-simple/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-scotty-freer
version: 0.27.3
version: 0.28.0
github: githubuser/morpheus-graphql-examples-scotty-freer-simple
license: BSD3
author: Author name here
Expand All @@ -13,7 +13,7 @@ dependencies:
- bytestring >= 0.10.4 && < 0.15.0
- file-embed >= 0.0.10 && < 1.0.0
- freer-simple >= 1.0 && < 3.0
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- scotty >= 0.6.0 && < 1.0
- text >= 1.2.3 && < 3.0.0
- transformers >= 0.3.0 && < 0.7.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-scotty-haxl
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql
Expand Down Expand Up @@ -37,8 +37,8 @@ executable scotty-server-haxl
, containers >=0.4.2.1 && <=0.7
, hashable >=1.0.0 && <2.0.0
, haxl >=0.1.0 && <3.0
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, morpheus-graphql-app >=0.28.0 && <0.29.0
, mtl >=2.0.0 && <3.0.0
, scotty >=0.6.0 && <1.0
, text >=1.2.3 && <3.0.0
Expand Down
6 changes: 3 additions & 3 deletions examples/scotty-haxl/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-scotty-haxl
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -12,8 +12,8 @@ dependencies:
- containers >= 0.4.2.1 && <= 0.7
- hashable >= 1.0.0 && < 2.0.0
- haxl >= 0.1.0 && < 3.0
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql-app >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- morpheus-graphql-app >= 0.28.0 && < 0.29.0
- mtl >= 2.0.0 && < 3.0.0
- scotty >= 0.6.0 && < 1.0
- text >= 1.2.3 && < 3.0.0
Expand Down
12 changes: 6 additions & 6 deletions examples/scotty/morpheus-graphql-examples-scotty.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-scotty
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql
Expand Down Expand Up @@ -49,10 +49,10 @@ executable scotty-server
, containers >=0.4.2.1 && <=0.7
, extra >=1.0.0 && <2.0.0
, http-types >=0.5 && <1.0
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql-app >=0.27.0 && <0.28.0
, morpheus-graphql-core >=0.27.0 && <0.28.0
, morpheus-graphql-subscriptions >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, morpheus-graphql-app >=0.28.0 && <0.29.0
, morpheus-graphql-core >=0.28.0 && <0.29.0
, morpheus-graphql-subscriptions >=0.28.0 && <0.29.0
, mtl >=2.0.0 && <3.0.0
, scotty >=0.6.0 && <1.0
, stm >=2.1 && <3.0
Expand Down
10 changes: 5 additions & 5 deletions examples/scotty/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-scotty
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -14,10 +14,10 @@ dependencies:
- containers >= 0.4.2.1 && <= 0.7
- extra >= 1.0.0 && < 2.0.0
- http-types >= 0.5 && < 1.0
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql-app >= 0.27.0 && < 0.28.0
- morpheus-graphql-core >= 0.27.0 && < 0.28.0
- morpheus-graphql-subscriptions >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- morpheus-graphql-app >= 0.28.0 && < 0.29.0
- morpheus-graphql-core >= 0.28.0 && < 0.29.0
- morpheus-graphql-subscriptions >= 0.28.0 && < 0.29.0
- mtl >= 2.0.0 && < 3.0.0
- scotty >= 0.6.0 && < 1.0
- stm >= 2.1 && < 3.0
Expand Down
8 changes: 4 additions & 4 deletions examples/servant/morpheus-graphql-examples-servant.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack

name: morpheus-graphql-examples-servant
version: 0.27.3
version: 0.28.0
synopsis: examples
description: examples of GraphQL APIs
category: web, graphql
Expand Down Expand Up @@ -37,8 +37,8 @@ executable servant-server
, bytestring >=0.10.4 && <0.15.0
, file-embed >=0.0.10 && <1.0.0
, http-media >=0.5 && <1.0
, morpheus-graphql >=0.27.0 && <0.28.0
, morpheus-graphql-subscriptions >=0.27.0 && <0.28.0
, morpheus-graphql >=0.28.0 && <0.29.0
, morpheus-graphql-subscriptions >=0.28.0 && <0.29.0
, mtl >=2.0.0 && <3.0.0
, servant-server >=0.2 && <1.0
, text >=1.2.3 && <3.0.0
Expand Down
6 changes: 3 additions & 3 deletions examples/servant/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-examples-servant
version: 0.27.3
version: 0.28.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -12,8 +12,8 @@ dependencies:
- bytestring >= 0.10.4 && < 0.15.0
- file-embed >= 0.0.10 && < 1.0.0
- http-media >= 0.5 && < 1.0
- morpheus-graphql >= 0.27.0 && < 0.28.0
- morpheus-graphql-subscriptions >= 0.27.0 && < 0.28.0
- morpheus-graphql >= 0.28.0 && < 0.29.0
- morpheus-graphql-subscriptions >= 0.28.0 && < 0.29.0
- mtl >= 2.0.0 && < 3.0.0
- servant-server >= 0.2 && < 1.0
- text >= 1.2.3 && < 3.0.0
Expand Down
Loading

0 comments on commit 4614725

Please sign in to comment.