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

Commit 28c162d

Browse files
committed
Final changes pre-release
1 parent 6919178 commit 28c162d

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

adapter/avro/mu-avro.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mu-avro
2-
version: 0.4.0.1
2+
version: 0.4.0.2
33
synopsis: Avro serialization support for Mu microservices
44
description:
55
You can use @mu-avro@ to read AVRO Schema Declarations for mu-haskell

cabal.project

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
allow-newer: base, network, foldl, http2, http2-client, template-haskell, proto3-wire, servant, swagger2, optics, optics-core
1+
allow-newer: base, network, ghc-prim, template-haskell, proto3-wire, http2
22

33
preferences: base16-bytestring < 1
44

@@ -25,12 +25,7 @@ packages: compendium-client/
2525
instrumentation/prometheus/
2626
instrumentation/tracing/
2727

28-
source-repository-package
29-
type: git
30-
location: https://github.com/hasura/graphql-parser-hs.git
31-
tag: f4a093981ca5626982a17c2bfaad047cc0834a81
32-
3328
source-repository-package
3429
type: git
3530
location: https://github.com/haskell/c2hs.git
36-
tag: 20d3c8dedde83af91c4ac06486bf346316e07285
31+
tag: 684b4a529b35fbca2b3d3bcd0bed8d7925f8ea81

templates/grpc-server-avro.hsfiles

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-deps:
3535
- mu-schema-0.3.1.1
3636
- mu-rpc-0.4.0.1
3737
- mu-optics-0.3.0.1
38-
- mu-avro-0.4.0.1
38+
- mu-avro-0.4.0.2
3939
- mu-protobuf-0.4.0.2
4040
- mu-grpc-server-0.4.0.0
4141
- mu-grpc-common-0.4.0.0

templates/grpc-server-protobuf.hsfiles

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-deps:
3535
- mu-schema-0.3.1.1
3636
- mu-rpc-0.4.0.1
3737
- mu-optics-0.3.0.1
38-
- mu-avro-0.4.0.1
38+
- mu-avro-0.4.0.2
3939
- mu-protobuf-0.4.0.2
4040
- mu-grpc-server-0.4.0.0
4141
- mu-grpc-common-0.4.0.0

0 commit comments

Comments
 (0)