awakesecurity / proto3-wire

https://hackage.haskell.org/package/proto3-wire
Other
23 stars 30 forks source link

Bump upper bounds #104

Closed alexfmpe closed 4 months ago

alexfmpe commented 4 months ago

9.8 comes with bytestring 0.12.1.0 so I was getting build failures when building out of nixpkgs. Not sure how #102 avoids that issue

I see CI only building up to 9.4, should that be updated?

j6carey commented 4 months ago

I see CI only building up to 9.4, should that be updated?

Yes, CI needs to test newer versions of GHC. I'll work on that in a separate PR.

riz0id commented 4 months ago

@alexfmpe Thank you for the contribution.

j6carey commented 3 months ago

I see CI only building up to 9.4, should that be updated?

Yes, CI needs to test newer versions of GHC. I'll work on that in a separate PR.

We now test up through 9.8 as of commit cef201d752f57aad90279e072392da6ba56c531b .