Release v0.3 (#187)

Co-authored-by: Alejandro Serrano <trupill@gmail.com>
This commit is contained in:
Flavio Corpa 2020-04-28 18:05:40 +02:00 committed by GitHub
parent cbf6083627
commit 1f96833f9a
7 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <https://github.com/higherkindness/compendium Compendium> schema server

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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