[Haskell-cafe] -i in OPTIONS_GHC
amindfv at mailbox.org
amindfv at mailbox.org
Wed Jul 30 20:16:48 UTC 2025
On Wed, Jul 30, 2025 at 03:23:09PM -0400, Brandon Allbery wrote:
> Dunno about security implications (ignoring potential interactions with
> Safe Haskell) but it sounds like a code organization wart to me. Having to
> dig through source files to find variant import paths sounds like a
> nightmare for trying to understand a codebase.
Right - I've never needed this in a codebase before (and I hope never to need it again!), but for a very specific quirk of the system I'm working with (command line flags are out of my control, as is directory structure), this actually would be the easiest way forward, if it worked.
- Tom
More information about the Haskell-Cafe
mailing list