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