haskell-grpc-native / http2-client

A native HTTP2 client in Haskell
BSD 3-Clause "New" or "Revised" License
43 stars 27 forks source link

Add lts-14 and nightly (ghc-8.8) snapshots #72

Closed ethercrow closed 4 years ago

ethercrow commented 4 years ago

I checked that stack test works with those.

I'm willing to configure some CI if you'd like.

lucasdicioccio commented 4 years ago

Hi @ethercrow thanks a lot!

I'd definitely would welcome some help with setting-up some CI as I direly lack spare time for OSS stuff these days.

lucasdicioccio commented 4 years ago

Note: if you're interested in gRPC, I'm starting https://github.com/haskell-grpc-native to centralize everything (I may keep the http2-client lib aside because I also have a servant-http2-client that is not gRPC and still need some love).