Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
13985 commits behind the upstream repository.
John Ericson's avatar
John Ericson authored
After the previous commit, `Settings` is just a thin wrapper around
other groups of settings. While `Settings` is used by GHC-the-executable
to initalize `DynFlags`, in principle another consumer of
GHC-the-library could initialize `DynFlags` a different way. It
therefore doesn't make sense for `DynFlags` itself (library code) to
separate the settings that typically come from `Settings` from the
settings that typically don't.
bfccd832
History
Name Last commit Last update
..
Main.hs
Makefile
deriveConstants.cabal
ghc.mk