ghcflags-1.0.4: Dump the ghc flags during compilation
Safe HaskellSafe-Inferred
LanguageHaskell2010

GhcFlags.Plugin

Description

A ghc plugin that creates `.ghc.flags` files populated with the flags that were last used to invoke ghc for some modules, for consumption by tools that need to know the build parameters.

https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/extending_ghc.html#compiler-plugins

Documentation