Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data ApplyProgOptions Source #
Which packages do all and any --PROG-option options on the command line apply to?
APOTargets | All local packages that are targets. |
APOLocals | All local packages (targets or otherwise). |
APOEverything | All packages (local or otherwise). |