You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building executable 'canonicalize-proto-file' for proto3-suite-0.5.0..
[1 of 1] Compiling Main ( tools/canonicalize-proto-file/Main.hs, dist/build/canonicalize-proto-file/canonicalize-proto-file-tmp/Main.o )
tools/canonicalize-proto-file/Main.hs:20:61: error:
Module ‘Data.Semigroup’ does not export ‘Option(..)’
|
20 | import Data.Semigroup (Min(..), Option(..))
The text was updated successfully, but these errors were encountered:
For what its worth, I'm testing the PRs for ghc-9.2 in this nixpkgs overlay: change-metrics/monocle#864 . And with #193, proto3-suite now builds. Thanks!
The build fails with:
The text was updated successfully, but these errors were encountered: