Skip to content

Commit

Permalink
Release v0.3 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
  • Loading branch information
Flavio Corpa and serras committed Apr 28, 2020
1 parent 396d945 commit f3d8737
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adapter/protobuf/mu-protobuf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
allow-newer: http2, http2-client, template-haskell, proto3-wire

packages: compendium-client/
core/schema/
core/rpc/
Expand All @@ -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
2 changes: 1 addition & 1 deletion compendium-client/compendium-client.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/deployment/docker/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphql/mu-graphql.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-avro.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-protobuf.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3d8737

Please sign in to comment.