Update dependencies (#42)

This commit is contained in:
Alejandro Serrano 2019-12-13 13:24:33 +01:00 committed by Flavio Corpa
parent 008dc554a3
commit 882a9f22aa
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{-# language AllowAmbiguousTypes #-}
{-# language CPP #-}
{-# language ConstraintKinds #-}
{-# language DataKinds #-}
{-# language FlexibleContexts #-}
@ -45,6 +46,10 @@ import Mu.Schema.Definition
import Mu.Schema.Interpretation
import qualified Mu.Schema.Registry as R
#if MIN_VERSION_proto3_wire(1,1,0)
instance ProtoEnum Bool
#endif
data ProtoBufAnnotation
= ProtoBufId Nat
| ProtoBufOneOfIds [Nat]

View File

@ -1,4 +1,4 @@
resolver: nightly-2019-11-29
resolver: nightly-2019-12-12
allow-newer: true
packages:
@ -18,7 +18,7 @@ packages:
extra-deps:
- http2-client-0.9.0.0
- http2-grpc-types-0.5.0.0
- proto3-wire-1.0.0
- proto3-wire-1.1.0
- http2-grpc-proto3-wire-0.1.0.0
- warp-grpc-0.2.0.0
- http2-client-grpc-0.8.0.0

View File

@ -1,4 +1,5 @@
resolver: lts-14.14
resolver: lts-14.17
allow-newer: true
packages:
- core/schema
@ -17,7 +18,7 @@ packages:
extra-deps:
- http2-client-0.9.0.0
- http2-grpc-types-0.5.0.0
- proto3-wire-1.0.0
- proto3-wire-1.1.0
- http2-grpc-proto3-wire-0.1.0.0
- warp-grpc-0.2.0.0
- http2-client-grpc-0.8.0.0