awakesecurity / proto3-suite

Haskell Protobuf Implementation
https://hackage.haskell.org/package/proto3-suite
Other
80 stars 55 forks source link

Build against `turtle-1.6.0` #199

Closed Gabriella439 closed 2 years ago

Gabriella439 commented 2 years ago

This builds against the older versions of turtle, too, albeit at the expense of several deprecation warnings. Once we cut a release with this fix we can do a second pass to fix all the warnings, that way end users have a smooth migration path.

Gabriella439 commented 2 years ago

One of the test failures is expected, but the other test failure caught a bug in turtle-1.6.0, which I'm fixing here: https://github.com/Gabriella439/turtle/pull/435