Update several versions

This commit is contained in:
Alejandro Serrano 2020-11-19 09:04:24 +01:00
parent 5d56444eb0
commit e8021f8826
8 changed files with 20 additions and 21 deletions

View File

@ -1,5 +1,5 @@
name: compendium-client
version: 0.2.1.0
version: 0.2.1.1
synopsis: Client for the Compendium schema server
description:
Client for the <https://github.com/higherkindness/compendium Compendium> schema server

View File

@ -1,5 +1,5 @@
name: mu-optics
version: 0.3.0.0
version: 0.3.0.1
synopsis: Optics for @mu-schema@ terms
description:
With @mu-schema@ you can describe schemas using type-level constructs, and derive serializers from those. This package provides convenient access using @optics@.

View File

@ -1,5 +1,5 @@
name: mu-rpc
version: 0.4.0.0
version: 0.4.0.1
synopsis: Protocol-independent declaration of services and servers.
description:
Protocol-independent declaration of services and servers for mu-haskell.

View File

@ -1,5 +1,5 @@
name: mu-grpc-client
version: 0.4.0.0
version: 0.4.0.1
synopsis: gRPC clients from Mu definitions
description:
With @mu-grpc-client@ you can easily build gRPC clients for mu-haskell!

View File

@ -1,4 +1,4 @@
resolver: lts-16.20
resolver: lts-16.22
allow-newer: true
packages:

View File

@ -21,7 +21,7 @@ executable {{name}}
build-depends:
base >=4.12 && <5
, conduit
, mu-graphql >=0.4.0
, mu-graphql >=0.4.1
, mu-rpc >=0.4.0
, mu-schema >=0.3.1
, text
@ -30,14 +30,13 @@ executable {{name}}
{-# START_FILE stack.yaml #-}
resolver: lts-16.20
resolver: lts-16.22
allow-newer: true
extra-deps:
- mu-schema-0.3.1.1
- mu-rpc-0.4.0.0
- mu-graphql-0.4.0.0
- git: https://github.com/hasura/graphql-parser-hs.git
commit: f4a093981ca5626982a17c2bfaad047cc0834a81
- mu-rpc-0.4.0.1
- mu-graphql-0.4.1.0
- graphql-0.11.0.0
- primitive-extras-0.8
- primitive-unlifted-0.1.3.0
- stm-hamt-1.2.0.4

View File

@ -28,18 +28,18 @@ executable {{name}}
, text
{-# START_FILE stack.yaml #-}
resolver: lts-16.20
resolver: lts-16.22
allow-newer: true
extra-deps:
# mu
- mu-schema-0.3.1.1
- mu-rpc-0.4.0.0
- mu-optics-0.3.0.0
- mu-rpc-0.4.0.1
- mu-optics-0.3.0.1
- mu-avro-0.4.0.1
- mu-protobuf-0.4.0.1
- mu-protobuf-0.4.0.2
- mu-grpc-server-0.4.0.0
- mu-grpc-common-0.4.0.0
- compendium-client-0.2.0.0
- compendium-client-0.2.1.1
# dependencies of mu
- http2-client-0.9.0.0
- http2-grpc-types-0.5.0.0

View File

@ -28,18 +28,18 @@ executable {{name}}
, text
{-# START_FILE stack.yaml #-}
resolver: lts-16.20
resolver: lts-16.22
allow-newer: true
extra-deps:
# mu
- mu-schema-0.3.1.1
- mu-rpc-0.4.0.0
- mu-optics-0.3.0.0
- mu-rpc-0.4.0.1
- mu-optics-0.3.0.1
- mu-avro-0.4.0.1
- mu-protobuf-0.4.0.1
- mu-protobuf-0.4.0.2
- mu-grpc-server-0.4.0.0
- mu-grpc-common-0.4.0.0
- compendium-client-0.2.0.0
- compendium-client-0.2.1.1
# dependencies of mu
- http2-client-0.9.0.0
- http2-grpc-types-0.5.0.0