Skip to content

Commit 7ed7b20

Browse files
github-actions[bot]web-flownalchevanidze
authored
Publish Release 0.27.2 (#822)
* publish-release/0.27.2 * cabals --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: David Nalchevanidze <d.nalchevanidze@gmail.com>
1 parent 7bbe9b8 commit 7ed7b20

19 files changed

Lines changed: 34 additions & 34 deletions

File tree

config/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ rules:
156156
yaml:
157157
- 0.8.32
158158
- 1.0.0
159-
version: 0.27.1
159+
version: 0.27.2

morpheus-graphql-app/morpheus-graphql-app.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-app
8-
version: 0.27.1
8+
version: 0.27.2
99
synopsis: Morpheus GraphQL App
1010
description: Build GraphQL APIs with your favourite functional language!
1111
category: web, graphql
@@ -163,7 +163,7 @@ library
163163
, relude >=0.3.0 && <2.0.0
164164
, scientific >=0.3.6.2 && <0.4.0
165165
, template-haskell >=2.0.0 && <3.0.0
166-
, text >=1.2.3 && <3
166+
, text >=1.2.3 && <3.0.0
167167
, th-lift-instances >=0.1.1 && <0.3.0
168168
, transformers >=0.3.0 && <0.6.0
169169
, unordered-containers >=0.2.8 && <0.3.0
@@ -199,7 +199,7 @@ test-suite morpheus-graphql-app-test
199199
, tasty >=0.1.0 && <1.5.0
200200
, tasty-hunit >=0.1.0 && <1.0.0
201201
, template-haskell >=2.0.0 && <3.0.0
202-
, text >=1.2.3 && <3
202+
, text >=1.2.3 && <3.0.0
203203
, th-lift-instances >=0.1.1 && <0.3.0
204204
, transformers >=0.3.0 && <0.6.0
205205
, unordered-containers >=0.2.8 && <0.3.0

morpheus-graphql-app/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-app
2-
version: 0.27.1
2+
version: 0.27.2
33
github: nalchevanidze/morpheus-graphql-app
44
license: MIT
55
author: Daviti Nalchevanidze

morpheus-graphql-client/morpheus-graphql-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-client
8-
version: 0.27.1
8+
version: 0.27.2
99
synopsis: Morpheus GraphQL Client
1010
description: Build GraphQL APIs with your favorite functional language!
1111
category: web, graphql, client
@@ -101,7 +101,7 @@ library
101101
, relude >=0.3.0 && <2.0.0
102102
, req >=3.0.0 && <4.0.0
103103
, template-haskell >=2.0.0 && <3.0.0
104-
, text >=1.2.3 && <3
104+
, text >=1.2.3 && <3.0.0
105105
, transformers >=0.3.0 && <0.6.0
106106
, unliftio-core >=0.0.1 && <0.4.0
107107
, unordered-containers >=0.2.8 && <0.3.0
@@ -146,7 +146,7 @@ test-suite morpheus-graphql-client-test
146146
, tasty >=0.1.0 && <1.5.0
147147
, tasty-hunit >=0.1.0 && <1.0.0
148148
, template-haskell >=2.0.0 && <3.0.0
149-
, text >=1.2.3 && <3
149+
, text >=1.2.3 && <3.0.0
150150
, transformers >=0.3.0 && <0.6.0
151151
, unliftio-core >=0.0.1 && <0.4.0
152152
, unordered-containers >=0.2.8 && <0.3.0

morpheus-graphql-client/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-client
2-
version: 0.27.1
2+
version: 0.27.2
33
github: nalchevanidze/morpheus-graphql
44
license: MIT
55
author: Daviti Nalchevanidze

morpheus-graphql-code-gen-utils/morpheus-graphql-code-gen-utils.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-code-gen-utils
8-
version: 0.27.1
8+
version: 0.27.2
99
synopsis: Morpheus GraphQL CLI
1010
description: code generator for Morpheus GraphQL
1111
category: web, graphql, cli
@@ -47,6 +47,6 @@ library
4747
, prettyprinter >=1.7.0 && <2.0.0
4848
, relude >=0.3.0 && <2.0.0
4949
, template-haskell >=2.0.0 && <3.0.0
50-
, text >=1.2.3 && <3
50+
, text >=1.2.3 && <3.0.0
5151
, unordered-containers >=0.2.8 && <0.3.0
5252
default-language: Haskell2010

morpheus-graphql-code-gen-utils/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-code-gen-utils
2-
version: 0.27.1
2+
version: 0.27.2
33
github: morpheusgraphql/morpheus-graphql
44
license: BSD3
55
author: Daviti Nalchevanidze

morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-code-gen
8-
version: 0.27.1
8+
version: 0.27.2
99
synopsis: Morpheus GraphQL CLI
1010
description: code generator for Morpheus GraphQL
1111
category: web, graphql, cli
@@ -50,7 +50,7 @@ library
5050
, prettyprinter >=1.7.0 && <2.0.0
5151
, relude >=0.3.0 && <2.0.0
5252
, template-haskell >=2.0.0 && <3.0.0
53-
, text >=1.2.3 && <3
53+
, text >=1.2.3 && <3.0.0
5454
, unordered-containers >=0.2.8 && <0.3.0
5555
default-language: Haskell2010
5656

@@ -81,7 +81,7 @@ executable morpheus
8181
, prettyprinter >=1.7.0 && <2.0.0
8282
, relude >=0.3.0 && <2.0.0
8383
, template-haskell >=2.0.0 && <3.0.0
84-
, text >=1.2.3 && <3
84+
, text >=1.2.3 && <3.0.0
8585
, unordered-containers >=0.2.8 && <0.3.0
8686
, yaml >=0.8.32 && <1.0.0
8787
default-language: Haskell2010

morpheus-graphql-code-gen/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-code-gen
2-
version: 0.27.1
2+
version: 0.27.2
33
github: morpheusgraphql/morpheus-graphql
44
license: BSD3
55
author: Daviti Nalchevanidze

morpheus-graphql-core/morpheus-graphql-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-core
8-
version: 0.27.1
8+
version: 0.27.2
99
synopsis: Morpheus GraphQL Core
1010
description: Build GraphQL APIs with your favorite functional language!
1111
category: web, graphql
@@ -249,7 +249,7 @@ library
249249
, relude >=0.3.0 && <2.0.0
250250
, scientific >=0.3.6.2 && <0.4.0
251251
, template-haskell >=2.0.0 && <3.0.0
252-
, text >=1.2.3 && <3
252+
, text >=1.2.3 && <3.0.0
253253
, th-lift-instances >=0.1.1 && <0.3.0
254254
, transformers >=0.3.0 && <0.6.0
255255
, unordered-containers >=0.2.8 && <0.3.0
@@ -280,7 +280,7 @@ test-suite morpheus-graphql-core-test
280280
, tasty >=0.1.0 && <1.5.0
281281
, tasty-hunit >=0.1.0 && <1.0.0
282282
, template-haskell >=2.0.0 && <3.0.0
283-
, text >=1.2.3 && <3
283+
, text >=1.2.3 && <3.0.0
284284
, th-lift-instances >=0.1.1 && <0.3.0
285285
, transformers >=0.3.0 && <0.6.0
286286
, unordered-containers >=0.2.8 && <0.3.0

0 commit comments

Comments
 (0)