From f3d8737c2f1c6b1373b175144321fdf737d096ca Mon Sep 17 00:00:00 2001 From: Flavio Corpa Date: Tue, 28 Apr 2020 18:05:40 +0200 Subject: [PATCH] Release v0.3 (#187) Co-authored-by: Alejandro Serrano --- adapter/protobuf/mu-protobuf.cabal | 2 +- cabal.project | 7 +++++++ compendium-client/compendium-client.cabal | 2 +- examples/deployment/docker/stack.yaml | 2 +- graphql/mu-graphql.cabal | 2 +- templates/grpc-server-avro.hsfiles | 2 +- templates/grpc-server-protobuf.hsfiles | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/adapter/protobuf/mu-protobuf.cabal b/adapter/protobuf/mu-protobuf.cabal index 2303a35a..457e4af6 100644 --- a/adapter/protobuf/mu-protobuf.cabal +++ b/adapter/protobuf/mu-protobuf.cabal @@ -33,7 +33,7 @@ library build-depends: base >=4.12 && <5 , bytestring - , compendium-client >=0.3.0 + , compendium-client >=0.2.0 , http-client , http2-grpc-proto3-wire , language-protobuf diff --git a/cabal.project b/cabal.project index 4e1d782a..e16a6a76 100644 --- a/cabal.project +++ b/cabal.project @@ -1,3 +1,5 @@ +allow-newer: http2, http2-client, template-haskell, proto3-wire + packages: compendium-client/ core/schema/ core/rpc/ @@ -15,3 +17,8 @@ packages: compendium-client/ grpc/client/ grpc/server/ graphql/ + +source-repository-package + type: git + location: https://github.com/hasura/graphql-parser-hs.git + tag: 1380495a7b3269b70a7ab3081d745a5f54171a9c diff --git a/compendium-client/compendium-client.cabal b/compendium-client/compendium-client.cabal index cccbaa81..c1e9bca9 100644 --- a/compendium-client/compendium-client.cabal +++ b/compendium-client/compendium-client.cabal @@ -1,5 +1,5 @@ name: compendium-client -version: 0.3.0.0 +version: 0.2.0.0 synopsis: Client for the Compendium schema server description: Client for the schema server diff --git a/examples/deployment/docker/stack.yaml b/examples/deployment/docker/stack.yaml index 6ff552b5..630a55cf 100644 --- a/examples/deployment/docker/stack.yaml +++ b/examples/deployment/docker/stack.yaml @@ -6,7 +6,7 @@ extra-deps: - mu-rpc-0.1.0.0 - mu-protobuf-0.1.0.0 - mu-grpc-server-0.1.0.1 -- compendium-client-0.1.0.1 +- compendium-client-0.2.0.0 # dependencies of mu - http2-client-0.9.0.0 - http2-grpc-types-0.5.0.0 diff --git a/graphql/mu-graphql.cabal b/graphql/mu-graphql.cabal index f43951b4..d351009c 100644 --- a/graphql/mu-graphql.cabal +++ b/graphql/mu-graphql.cabal @@ -1,5 +1,5 @@ name: mu-graphql -version: 0.1.0.0 +version: 0.3.0.0 synopsis: GraphQL support for Mu description: GraphQL servers and clients for Mu-Haskell cabal-version: >=1.10 diff --git a/templates/grpc-server-avro.hsfiles b/templates/grpc-server-avro.hsfiles index e99c6d3d..119924ab 100644 --- a/templates/grpc-server-avro.hsfiles +++ b/templates/grpc-server-avro.hsfiles @@ -38,7 +38,7 @@ extra-deps: - mu-protobuf-0.3.0.0 - mu-grpc-server-0.3.0.0 - mu-grpc-common-0.3.0.0 -- compendium-client-0.3.0.0 +- compendium-client-0.2.0.0 # dependencies of mu - http2-client-0.9.0.0 - http2-grpc-types-0.5.0.0 diff --git a/templates/grpc-server-protobuf.hsfiles b/templates/grpc-server-protobuf.hsfiles index 30e3e79c..8df92963 100644 --- a/templates/grpc-server-protobuf.hsfiles +++ b/templates/grpc-server-protobuf.hsfiles @@ -38,7 +38,7 @@ extra-deps: - mu-protobuf-0.3.0.0 - mu-grpc-server-0.3.0.0 - mu-grpc-common-0.3.0.0 -- compendium-client-0.3.0.0 +- compendium-client-0.2.0.0 # dependencies of mu - http2-client-0.9.0.0 - http2-grpc-types-0.5.0.0