Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit f3d8737

Browse files
Flavio Corpaserras
Flavio Corpa
andauthored
Release v0.3 (#187)
Co-authored-by: Alejandro Serrano <[email protected]>
1 parent 396d945 commit f3d8737

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

adapter/protobuf/mu-protobuf.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
build-depends:
3434
base >=4.12 && <5
3535
, bytestring
36-
, compendium-client >=0.3.0
36+
, compendium-client >=0.2.0
3737
, http-client
3838
, http2-grpc-proto3-wire
3939
, language-protobuf

cabal.project

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
allow-newer: http2, http2-client, template-haskell, proto3-wire
2+
13
packages: compendium-client/
24
core/schema/
35
core/rpc/
@@ -15,3 +17,8 @@ packages: compendium-client/
1517
grpc/client/
1618
grpc/server/
1719
graphql/
20+
21+
source-repository-package
22+
type: git
23+
location: https://github.com/hasura/graphql-parser-hs.git
24+
tag: 1380495a7b3269b70a7ab3081d745a5f54171a9c

compendium-client/compendium-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: compendium-client
2-
version: 0.3.0.0
2+
version: 0.2.0.0
33
synopsis: Client for the Compendium schema server
44
description:
55
Client for the <https://github.com/higherkindness/compendium Compendium> schema server

examples/deployment/docker/stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-deps:
66
- mu-rpc-0.1.0.0
77
- mu-protobuf-0.1.0.0
88
- mu-grpc-server-0.1.0.1
9-
- compendium-client-0.1.0.1
9+
- compendium-client-0.2.0.0
1010
# dependencies of mu
1111
- http2-client-0.9.0.0
1212
- http2-grpc-types-0.5.0.0

graphql/mu-graphql.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mu-graphql
2-
version: 0.1.0.0
2+
version: 0.3.0.0
33
synopsis: GraphQL support for Mu
44
description: GraphQL servers and clients for Mu-Haskell
55
cabal-version: >=1.10

templates/grpc-server-avro.hsfiles

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extra-deps:
3838
- mu-protobuf-0.3.0.0
3939
- mu-grpc-server-0.3.0.0
4040
- mu-grpc-common-0.3.0.0
41-
- compendium-client-0.3.0.0
41+
- compendium-client-0.2.0.0
4242
# dependencies of mu
4343
- http2-client-0.9.0.0
4444
- http2-grpc-types-0.5.0.0

templates/grpc-server-protobuf.hsfiles

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extra-deps:
3838
- mu-protobuf-0.3.0.0
3939
- mu-grpc-server-0.3.0.0
4040
- mu-grpc-common-0.3.0.0
41-
- compendium-client-0.3.0.0
41+
- compendium-client-0.2.0.0
4242
# dependencies of mu
4343
- http2-client-0.9.0.0
4444
- http2-grpc-types-0.5.0.0

0 commit comments

Comments
 (0)