[commit: ghc] wip/angerman/backport/8.6/reinstallable-lib-ghc: Split Config.hs into Config.hs + config.hs-incl, and place config.hs-incl into the rts. (9b95240)
git at git.haskell.org
git at git.haskell.org
Fri Mar 8 01:45:04 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/backport/8.6/reinstallable-lib-ghc
Link : http://ghc.haskell.org/trac/ghc/changeset/9b95240737b13494675ff51622919d75ef74e338/ghc
>---------------------------------------------------------------
commit 9b95240737b13494675ff51622919d75ef74e338
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Tue Mar 5 22:43:47 2019 +0800
Split Config.hs into Config.hs + config.hs-incl, and place config.hs-incl into the rts.
>---------------------------------------------------------------
9b95240737b13494675ff51622919d75ef74e338
compiler/ghc.mk | 101 +-----------------------------------------------
compiler/main/Config.hs | 7 ++++
rts/ghc.mk | 89 ++++++++++++++++++++++++++++++++++++++++++
rts/rts.cabal.in | 1 +
4 files changed, 98 insertions(+), 100 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9b95240737b13494675ff51622919d75ef74e338
More information about the ghc-commits
mailing list