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
Even with cabal build --allow-newer, cabal will not build regex-tdfa using GHC 9.2. The reason is that it specifies -XNoMonoPatBinds as a default extension in the cabal file. This has had no effect since GHC 7.4, and has finally been removed in GHC 9.2.