Skip to content

Commit

Permalink
Publish Release 0.27.2 (#822)
Browse files Browse the repository at this point in the history
* publish-release/0.27.2

* cabals

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: David Nalchevanidze <d.nalchevanidze@gmail.com>
  • Loading branch information
3 people authored Apr 20, 2023
1 parent 7bbe9b8 commit 7ed7b20
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion config/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ rules:
yaml:
- 0.8.32
- 1.0.0
version: 0.27.1
version: 0.27.2
6 changes: 3 additions & 3 deletions morpheus-graphql-app/morpheus-graphql-app.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: morpheus-graphql-app
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL App
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -163,7 +163,7 @@ library
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, th-lift-instances >=0.1.1 && <0.3.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down Expand Up @@ -199,7 +199,7 @@ test-suite morpheus-graphql-app-test
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, th-lift-instances >=0.1.1 && <0.3.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-app/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-app
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql-app
license: MIT
author: Daviti Nalchevanidze
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql-client/morpheus-graphql-client.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: morpheus-graphql-client
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL Client
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql, client
Expand Down Expand Up @@ -101,7 +101,7 @@ library
, relude >=0.3.0 && <2.0.0
, req >=3.0.0 && <4.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unliftio-core >=0.0.1 && <0.4.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down Expand Up @@ -146,7 +146,7 @@ test-suite morpheus-graphql-client-test
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unliftio-core >=0.0.1 && <0.4.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-client
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
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: morpheus-graphql-code-gen-utils
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -47,6 +47,6 @@ library
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, unordered-containers >=0.2.8 && <0.3.0
default-language: Haskell2010
2 changes: 1 addition & 1 deletion morpheus-graphql-code-gen-utils/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-code-gen-utils
version: 0.27.1
version: 0.27.2
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql-code-gen/morpheus-graphql-code-gen.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: morpheus-graphql-code-gen
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -50,7 +50,7 @@ library
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, unordered-containers >=0.2.8 && <0.3.0
default-language: Haskell2010

Expand Down Expand Up @@ -81,7 +81,7 @@ executable morpheus
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, unordered-containers >=0.2.8 && <0.3.0
, yaml >=0.8.32 && <1.0.0
default-language: Haskell2010
2 changes: 1 addition & 1 deletion morpheus-graphql-code-gen/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-code-gen
version: 0.27.1
version: 0.27.2
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql-core/morpheus-graphql-core.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: morpheus-graphql-core
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL Core
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql
Expand Down Expand Up @@ -249,7 +249,7 @@ library
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, th-lift-instances >=0.1.1 && <0.3.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down Expand Up @@ -280,7 +280,7 @@ test-suite morpheus-graphql-core-test
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, th-lift-instances >=0.1.1 && <0.3.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-core/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-core
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql-server/morpheus-graphql-server.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: morpheus-graphql-server
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -362,7 +362,7 @@ library
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
, vector >=0.12.0.1 && <0.13.0
Expand Down Expand Up @@ -421,7 +421,7 @@ test-suite morpheus-graphql-server-test
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
, vector >=0.12.0.1 && <0.13.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-server
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
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: morpheus-graphql-subscriptions
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL Subscriptions
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql, subscriptions
Expand Down Expand Up @@ -47,7 +47,7 @@ library
, morpheus-graphql-core >=0.27.0 && <0.28.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unliftio-core >=0.0.1 && <0.4.0
, unordered-containers >=0.2.8 && <0.3.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-subscriptions/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-subscriptions
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
4 changes: 2 additions & 2 deletions morpheus-graphql-tests/morpheus-graphql-tests.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: morpheus-graphql-tests
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL Test
category: web, graphql, test
homepage: https://morpheusgraphql.com
Expand Down Expand Up @@ -39,6 +39,6 @@ library
, relude >=0.3.0 && <2.0.0
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, unordered-containers >=0.2.8 && <0.3.0
default-language: Haskell2010
2 changes: 1 addition & 1 deletion morpheus-graphql-tests/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql-tests
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
6 changes: 3 additions & 3 deletions morpheus-graphql/morpheus-graphql.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: morpheus-graphql
version: 0.27.1
version: 0.27.2
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -239,7 +239,7 @@ library
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
, vector >=0.12.0.1 && <0.13.0
Expand Down Expand Up @@ -279,7 +279,7 @@ test-suite morpheus-graphql-test
, tasty >=0.1.0 && <1.5.0
, tasty-hunit >=0.1.0 && <1.0.0
, template-haskell >=2.0.0 && <3.0.0
, text >=1.2.3 && <3
, text >=1.2.3 && <3.0.0
, transformers >=0.3.0 && <0.6.0
, unordered-containers >=0.2.8 && <0.3.0
, vector >=0.12.0.1 && <0.13.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morpheus-graphql
version: 0.27.1
version: 0.27.2
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down

0 comments on commit 7ed7b20

Please sign in to comment.