``` $ cabal test ... ghc-9.8.4: unrecognised flag: -hide-option-framework-path ``` What is the idea of using `-hide-option-framework-path`? What is the proper way to fix it? I've removed this line, and tests passed.
What is the idea of using
-hide-option-framework-path? What is the proper way to fix it?I've removed this line, and tests passed.