awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

Hackage version 0.1.0 requires a missing proto3-suite 0.4.2.0 release #122

Closed TristanCacqueray closed 3 years ago

TristanCacqueray commented 3 years ago

It seems like the grpc-haskell-0.1.0 published on hackage can't be installed because there is no proto3-suite>=0.4.2.0 available there.

TristanCacqueray commented 3 years ago

The culprit might be https://github.com/awakesecurity/proto3-suite/pull/144 . Using the commit before that change works, e.g. with this cabal.project:

source-repository-package
  type: git
  location: https://github.com/awakesecurity/proto3-suite
  tag: 0af901f9ef3b9719e08eae4fab8fd700d6c8047a

source-repository-package
  type: git
  location: https://github.com/awakesecurity/gRPC-haskell
  tag: 1bdc3662db13686f5e4941f3cc506f6fdf11ce32
source-repository-package
  type: git
  location: https://github.com/awakesecurity/gRPC-haskell
  tag: 1bdc3662db13686f5e4941f3cc506f6fdf11ce32
  subdir: core
Gabriella439 commented 3 years ago

Fix is up here: https://github.com/awakesecurity/gRPC-haskell/issues/122