Skip to content

Commit

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

* update cabal

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: David Nalchevanidze <d.nalchevanidze@gmail.com>
  • Loading branch information
3 people authored Oct 31, 2022
1 parent 2b2eb76 commit 8c65056
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 83 deletions.
4 changes: 2 additions & 2 deletions config/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bounds:
- 0.24.0
- 0.25.0
- 0.26.0
examples:
- client
- code-gen
Expand Down Expand Up @@ -156,4 +156,4 @@ rules:
yaml:
- 0.8.32
- 1.0.0
version: 0.24.3
version: 0.25.0
8 changes: 4 additions & 4 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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL App
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -142,7 +142,7 @@ library
, containers >=0.4.2.1 && <0.7.0
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down Expand Up @@ -174,8 +174,8 @@ test-suite morpheus-graphql-app-test
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-app
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-tests >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-tests >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down
8 changes: 4 additions & 4 deletions 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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql-app
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -24,7 +24,7 @@ dependencies:
- hashable >= 1.0.0 && < 2.0.0
- megaparsec >= 7.0.0 && < 10.0.0
- mtl >= 2.0.0 && < 3.0.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- relude >= 0.3.0 && < 2.0.0
- scientific >= 0.3.6.2 && < 0.4.0
- text >= 1.2.3 && < 1.3.0
Expand All @@ -50,8 +50,8 @@ tests:
- aeson >= 1.4.4 && < 3.0.0
- directory >= 1.0.0 && < 2.0.0
- morpheus-graphql-app
- morpheus-graphql-tests >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-tests >= 0.25.0 && < 0.26.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- relude >= 0.3.0 && < 2.0.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL Client
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql, client
Expand Down Expand Up @@ -94,7 +94,7 @@ library
, file-embed >=0.0.10 && <1.0.0
, modern-uri >=0.1.0.0 && <1.0.0
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-subscriptions
, mtl >=2.0.0 && <3.0.0
, prettyprinter >=1.7.0 && <2.0.0
Expand Down Expand Up @@ -137,7 +137,7 @@ test-suite morpheus-graphql-client-test
, modern-uri >=0.1.0.0 && <1.0.0
, morpheus-graphql-client
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-subscriptions
, mtl >=2.0.0 && <3.0.0
, prettyprinter >=1.7.0 && <2.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -23,7 +23,7 @@ dependencies:
- containers >= 0.4.2.1 && < 0.7.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-code-gen-utils
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- mtl >= 2.0.0 && < 3.0.0
- modern-uri >= 0.1.0.0 && < 1.0.0
- morpheus-graphql-subscriptions
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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -41,7 +41,7 @@ library
base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down
4 changes: 2 additions & 2 deletions 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.24.3
version: 0.25.0
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand All @@ -16,7 +16,7 @@ dependencies:
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- prettyprinter >= 1.7.0 && < 2.0.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
Expand Down
12 changes: 6 additions & 6 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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL CLI
description: code generator for Morpheus GraphQL
category: web, graphql, cli
Expand Down Expand Up @@ -44,9 +44,9 @@ library
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, file-embed >=0.0.10 && <1.0.0
, morpheus-graphql-code-gen-utils >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-server >=0.24.0 && <0.25.0
, morpheus-graphql-code-gen-utils >=0.25.0 && <0.26.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-server >=0.25.0 && <0.26.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down Expand Up @@ -75,8 +75,8 @@ executable morpheus
, morpheus-graphql-client
, morpheus-graphql-code-gen
, morpheus-graphql-code-gen-utils
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-server >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-server >=0.25.0 && <0.26.0
, optparse-applicative >=0.12.0 && <0.18.0
, prettyprinter >=1.7.0 && <2.0.0
, relude >=0.3.0 && <2.0.0
Expand Down
8 changes: 4 additions & 4 deletions 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.24.3
version: 0.25.0
github: morpheusgraphql/morpheus-graphql
license: BSD3
author: Daviti Nalchevanidze
Expand All @@ -17,9 +17,9 @@ dependencies:
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-code-gen-utils >= 0.24.0 && < 0.25.0
- morpheus-graphql-server >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- morpheus-graphql-code-gen-utils >= 0.25.0 && < 0.26.0
- morpheus-graphql-server >= 0.25.0 && < 0.26.0
- prettyprinter >= 1.7.0 && < 2.0.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
Expand Down
4 changes: 2 additions & 2 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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL Core
description: Build GraphQL APIs with your favorite functional language!
category: web, graphql
Expand Down Expand Up @@ -273,7 +273,7 @@ test-suite morpheus-graphql-core-test
, hashable >=1.0.0 && <2.0.0
, megaparsec >=7.0.0 && <10.0.0
, morpheus-graphql-core
, morpheus-graphql-tests >=0.24.0 && <0.25.0
, morpheus-graphql-tests >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, scientific >=0.3.6.2 && <0.4.0
Expand Down
4 changes: 2 additions & 2 deletions 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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down Expand Up @@ -55,7 +55,7 @@ tests:
- aeson >= 1.4.4 && < 3.0.0
- directory >= 1.0.0 && < 2.0.0
- morpheus-graphql-core
- morpheus-graphql-tests >= 0.24.0 && < 0.25.0
- morpheus-graphql-tests >= 0.25.0 && < 0.26.0
- relude >= 0.3.0 && < 2.0.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
16 changes: 8 additions & 8 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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql
Expand Down Expand Up @@ -276,9 +276,9 @@ source-repository head
library
exposed-modules:
Data.Morpheus.Server
Data.Morpheus.Server.CodeGen.Internal
Data.Morpheus.Server.Resolvers
Data.Morpheus.Server.Types
Data.Morpheus.Server.CodeGen.Internal
other-modules:
Data.Morpheus.Server.Deriving.App
Data.Morpheus.Server.Deriving.Channels
Expand Down Expand Up @@ -321,8 +321,8 @@ library
, base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, morpheus-graphql-app >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-app >=0.25.0 && <0.26.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, template-haskell >=2.0.0 && <3.0.0
Expand Down Expand Up @@ -366,11 +366,11 @@ test-suite morpheus-graphql-server-test
, bytestring >=0.10.4 && <0.12.0
, containers >=0.4.2.1 && <0.7.0
, file-embed >=0.0.10 && <1.0.0
, morpheus-graphql-app >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-app >=0.25.0 && <0.26.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, morpheus-graphql-server
, morpheus-graphql-subscriptions >=0.24.0 && <0.25.0
, morpheus-graphql-tests >=0.24.0 && <0.25.0
, morpheus-graphql-subscriptions >=0.25.0 && <0.26.0
, morpheus-graphql-tests >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, tasty >=0.1.0 && <1.5.0
Expand Down
16 changes: 8 additions & 8 deletions 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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -22,8 +22,8 @@ dependencies:
- bytestring >= 0.10.4 && < 0.12.0
- containers >= 0.4.2.1 && < 0.7.0
- mtl >= 2.0.0 && < 3.0.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-app >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- morpheus-graphql-app >= 0.25.0 && < 0.26.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
- transformers >= 0.3.0 && < 0.6.0
Expand All @@ -34,20 +34,20 @@ library:
source-dirs: src
exposed-modules:
- Data.Morpheus.Server
- Data.Morpheus.Server.CodeGen.Internal
- Data.Morpheus.Server.Resolvers
- Data.Morpheus.Server.Types
- Data.Morpheus.Server.CodeGen.Internal
ghc-options: "-Wall"
ghc-options: '-Wall'
tests:
morpheus-graphql-server-test:
main: Spec.hs
source-dirs: test
ghc-options: "-Wall"
ghc-options: '-Wall'
dependencies:
- aeson >= 1.4.4 && < 3.0.0
- file-embed >= 0.0.10 && < 1.0.0
- morpheus-graphql-server
- morpheus-graphql-tests >= 0.24.0 && < 0.25.0
- morpheus-graphql-subscriptions >= 0.24.0 && < 0.25.0
- morpheus-graphql-tests >= 0.25.0 && < 0.26.0
- morpheus-graphql-subscriptions >= 0.25.0 && < 0.26.0
- tasty >= 0.1.0 && < 1.5.0
- tasty-hunit >= 0.1.0 && < 1.0.0
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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL Subscriptions
description: Build GraphQL APIs with your favourite functional language!
category: web, graphql, subscriptions
Expand Down Expand Up @@ -43,8 +43,8 @@ library
aeson >=1.4.4 && <3.0.0
, base >=4.7.0 && <5.0.0
, bytestring >=0.10.4 && <0.12.0
, morpheus-graphql-app >=0.24.0 && <0.25.0
, morpheus-graphql-core >=0.24.0 && <0.25.0
, morpheus-graphql-app >=0.25.0 && <0.26.0
, morpheus-graphql-core >=0.25.0 && <0.26.0
, mtl >=2.0.0 && <3.0.0
, relude >=0.3.0 && <2.0.0
, text >=1.2.3 && <1.3.0
Expand Down
6 changes: 3 additions & 3 deletions 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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand All @@ -17,8 +17,8 @@ dependencies:
- aeson >= 1.4.4 && < 3.0.0
- base >= 4.7.0 && < 5.0.0
- bytestring >= 0.10.4 && < 0.12.0
- morpheus-graphql-core >= 0.24.0 && < 0.25.0
- morpheus-graphql-app >= 0.24.0 && < 0.25.0
- morpheus-graphql-core >= 0.25.0 && < 0.26.0
- morpheus-graphql-app >= 0.25.0 && < 0.26.0
- mtl >= 2.0.0 && < 3.0.0
- relude >= 0.3.0 && < 2.0.0
- text >= 1.2.3 && < 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion 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.24.3
version: 0.25.0
synopsis: Morpheus GraphQL Test
category: web, graphql, test
homepage: https://morpheusgraphql.com
Expand Down
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.24.3
version: 0.25.0
github: nalchevanidze/morpheus-graphql
license: MIT
author: Daviti Nalchevanidze
Expand Down
Loading

0 comments on commit 8c65056

Please sign in to comment.