Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data ApplyGhcOptions Source #
Which packages do ghc-options on the command line apply to?
AGOTargets | All project packages that are targets. |
AGOLocals | All project packages, even non-targets. |
AGOEverything | All packages, project packages and dependencies. |