-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Dump the ghc flags during compilation -- -- Generate .ghc.flags and .ghc.version files during -- compilation @package ghcflags @version 1.0.0 -- | A ghc plugin that creates `.ghc.flags` files (and `.ghc.version`) -- 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 module GhcFlags.Plugin plugin :: Plugin