haskell-grpc-native / http2-grpc-haskell

gRPC over HTTP/2 for Haskell, client and server
38 stars 25 forks source link

builds for stackage 17.2 #49

Closed ProofOfKeags closed 3 years ago

ProofOfKeags commented 3 years ago

I am looking to try and revitalize this library as grpc for Haskell is in the critical path of what I am doing and will be for the foreseeable future. I would like to start by adding support for GHC-8.10.4 and stackage-17.11 found in this PR. The next step I would like to do is to get this package, and all of its dependencies set up for stackage 17 and consequently into stackage. I am unsure what needs to be done for this next step.

Thank you.

ProofOfKeags commented 3 years ago

Looks like the builds failed here because they timed out. Is there a way to either seed a stackage 17 cache in the CI pipeline or extend the timeline so the build can seed its own cache?

ProofOfKeags commented 3 years ago

Just kidding it looks like the nightly build is the one that failed. Looks like this will take some more work. I'll submit a patch shortly.

ProofOfKeags commented 3 years ago

OK well I'm not sure what's going on with Travis at this point because the build is fine.