awakesecurity / proto3-suite

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

Eliminate a number of compiler warnings. #210

Closed j6carey closed 2 years ago

j6carey commented 2 years ago

These all relate to Turtle functions deprecated by turtle-1.6.

Eliminating the warnings seems to make doctest behave more predictably.

We could use -Wno-deprecations, but this change is more selective.

Gabriella439 commented 2 years ago

Note that once you cut a release you can get rid of the Turtle.Compat module. I only kept around the deprecated functions so that there would be at least one release that built against turtle-1.5 and turtle-1.6