Skip to content

Commit 99b2c31

Browse files
release-v0.28.5 (#895)
1 parent 65b9bb3 commit 99b2c31

41 files changed

Lines changed: 122 additions & 125 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 1 deletion
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-examples-client
8-
version: 0.28.4
8+
version: 0.28.5
99
synopsis: examples
1010
description: examples of GraphQL APIs
1111
category: web, graphql

examples/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-examples-client
2-
version: 0.28.4
2+
version: 0.28.5
33
github: nalchevanidze/morpheus-graphql
44
license: MIT
55
author: Daviti Nalchevanidze

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-examples-code-gen-docs
8-
version: 0.28.4
8+
version: 0.28.5
99
synopsis: examples
1010
description: examples of GraphQL APIs
1111
category: web, graphql , code-gen

examples/code-gen-docs/package.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-examples-code-gen-docs
2-
version: 0.28.4
2+
version: 0.28.5
33
github: nalchevanidze/morpheus-graphql
44
license: MIT
55
author: Daviti Nalchevanidze
@@ -8,14 +8,14 @@ synopsis: examples
88
copyright: (c) 2019 Daviti Nalchevanidze
99
description: examples of GraphQL APIs
1010
dependencies:
11-
- base >= 4.7.0 && < 5.0.0
12-
- bytestring >= 0.10.4 && < 1.0.0
13-
- containers >= 0.4.2.1 && < 1.0.0
14-
- morpheus-graphql >= 0.28.0 && < 0.29.0
15-
- morpheus-graphql-client >= 0.28.0 && < 0.29.0
16-
- morpheus-graphql-server >= 0.28.0 && < 0.29.0
17-
- scotty >= 0.6.0 && < 1.0.0
18-
- text >= 1.2.3 && < 3.0.0
11+
base: ' >= 4.7.0 && < 5.0.0'
12+
bytestring: ' >= 0.10.4 && < 1.0.0'
13+
containers: ' >= 0.4.2.1 && < 1.0.0'
14+
morpheus-graphql: ' >= 0.28.0 && < 0.29.0'
15+
morpheus-graphql-client: '>= 0.28.0 && < 0.29.0'
16+
morpheus-graphql-server: '>= 0.28.0 && < 0.29.0'
17+
scotty: ' >= 0.6.0 && < 1.0.0'
18+
text: ' >= 1.2.3 && < 3.0.0'
1919
executables:
2020
code-gen-docs-server:
2121
main: Main.hs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-examples-code-gen
8-
version: 0.28.4
8+
version: 0.28.5
99
synopsis: examples
1010
description: examples of GraphQL APIs
1111
category: web, graphql , code-gen

examples/code-gen/package.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-examples-code-gen
2-
version: 0.28.4
2+
version: 0.28.5
33
github: nalchevanidze/morpheus-graphql
44
license: MIT
55
author: Daviti Nalchevanidze
@@ -8,14 +8,14 @@ synopsis: examples
88
copyright: (c) 2019 Daviti Nalchevanidze
99
description: examples of GraphQL APIs
1010
dependencies:
11-
- base >= 4.7.0 && < 5.0.0
12-
- bytestring >= 0.10.4 && < 1.0.0
13-
- containers >= 0.4.2.1 && < 1.0.0
14-
- morpheus-graphql >= 0.28.0 && < 0.29.0
15-
- morpheus-graphql-client >= 0.28.0 && < 0.29.0
16-
- morpheus-graphql-server >= 0.28.0 && < 0.29.0
17-
- scotty >= 0.6.0 && < 1.0.0
18-
- text >= 1.2.3 && < 3.0.0
11+
base: ' >= 4.7.0 && < 5.0.0'
12+
bytestring: ' >= 0.10.4 && < 1.0.0'
13+
containers: ' >= 0.4.2.1 && < 1.0.0'
14+
morpheus-graphql: ' >= 0.28.0 && < 0.29.0'
15+
morpheus-graphql-client: '>= 0.28.0 && < 0.29.0'
16+
morpheus-graphql-server: '>= 0.28.0 && < 0.29.0'
17+
scotty: ' >= 0.6.0 && < 1.0.0'
18+
text: ' >= 1.2.3 && < 3.0.0'
1919
executables:
2020
generated-server:
2121
main: Main.hs

examples/scotty-fraxl/morpheus-graphql-examples-scotty-fraxl.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-examples-scotty-fraxl
8-
version: 0.28.4
8+
version: 0.28.5
99
synopsis: examples
1010
description: Fraxl example of GraphQL APIs
1111
category: web, graphql

examples/scotty-fraxl/package.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-examples-scotty-fraxl
2-
version: 0.28.4
2+
version: 0.28.5
33
github: nalchevanidze/morpheus-graphql
44
license: MIT
55
author: Daviti Nalchevanidze
@@ -8,13 +8,13 @@ synopsis: examples
88
copyright: (c) 2019 Daviti Nalchevanidze
99
description: Fraxl example of GraphQL APIs
1010
dependencies:
11-
- base >= 4.7.0 && < 5.0.0
12-
- containers >= 0.4.2.1 && < 1.0.0
13-
- fraxl >= 0.1 && < 1.0.0
14-
- morpheus-graphql >= 0.28.0 && < 0.29.0
15-
- mtl >= 2.0.0 && < 3.0.0
16-
- scotty >= 0.6.0 && < 1.0.0
17-
- text >= 1.2.3 && < 3.0.0
11+
base: ' >= 4.7.0 && < 5.0.0'
12+
containers: ' >= 0.4.2.1 && < 1.0.0'
13+
fraxl: ' >= 0.1 && < 1.0.0'
14+
morpheus-graphql: '>= 0.28.0 && < 0.29.0'
15+
mtl: ' >= 2.0.0 && < 3.0.0'
16+
scotty: ' >= 0.6.0 && < 1.0.0'
17+
text: ' >= 1.2.3 && < 3.0.0'
1818
executables:
1919
scotty-server-fraxl:
2020
main: Main.hs

examples/scotty-freer-simple/morpheus-graphql-examples-scotty-freer.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.36.1.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: morpheus-graphql-examples-scotty-freer
8-
version: 0.28.4
8+
version: 0.28.5
99
synopsis: morpheus graphql freer
1010
description: example of graphql apis with scotty and freer-simple
1111
category: web, graphql

examples/scotty-freer-simple/package.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morpheus-graphql-examples-scotty-freer
2-
version: 0.28.4
2+
version: 0.28.5
33
github: githubuser/morpheus-graphql-examples-scotty-freer-simple
44
license: BSD3
55
author: Author name here
@@ -9,16 +9,16 @@ maintainer: example@example.com
99
copyright: 2021 Author name here
1010
description: example of graphql apis with scotty and freer-simple
1111
dependencies:
12-
- base >= 4.7.0 && < 5.0.0
13-
- bytestring >= 0.10.4 && < 1.0.0
14-
- file-embed >= 0.0.10 && < 1.0.0
15-
- freer-simple >= 1.0 && < 3.0.0
16-
- morpheus-graphql >= 0.28.0 && < 0.29.0
17-
- scotty >= 0.6.0 && < 1.0.0
18-
- text >= 1.2.3 && < 3.0.0
19-
- transformers >= 0.3.0 && < 1.0.0
20-
- wai >= 1.0.0 && < 4.0.0
21-
- warp >= 1.0.0 && < 4.0.0
12+
base: ' >= 4.7.0 && < 5.0.0'
13+
bytestring: ' >= 0.10.4 && < 1.0.0'
14+
file-embed: ' >= 0.0.10 && < 1.0.0'
15+
freer-simple: ' >= 1.0 && < 3.0.0'
16+
morpheus-graphql: '>= 0.28.0 && < 0.29.0'
17+
scotty: ' >= 0.6.0 && < 1.0.0'
18+
text: ' >= 1.2.3 && < 3.0.0'
19+
transformers: ' >= 0.3.0 && < 1.0.0'
20+
wai: ' >= 1.0.0 && < 4.0.0'
21+
warp: ' >= 1.0.0 && < 4.0.0'
2222
executables:
2323
scotty-freer-server:
2424
main: Main.hs

0 commit comments

Comments
 (0)