<div dir="ltr"><div><div><div><div>Hi all,<br></div>I was wondering if Cabal has a predicate which allows me to only enable options when running GHCi. The use-case is I have a set of `ghc-options` that I do *not* want enabled when I run `cabal repl` or `stack repl`. Ideally I'm looking for something along the lines of:<br><br></div>if !repl<br></div>  ghc-options: ...<br><br></div>-deech<br></div>