[commit: ghc] master: SysTools: Split up TopDir logic into new module (69cd1e9)
git at git.haskell.org
git at git.haskell.org
Fri Nov 24 17:02:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/69cd1e9b96d158040230fef795c37dfc96448ff4/ghc
>---------------------------------------------------------------
commit 69cd1e9b96d158040230fef795c37dfc96448ff4
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Nov 23 13:05:05 2017 -0500
SysTools: Split up TopDir logic into new module
Test Plan: Validate on Linux and Windows
Reviewers: erikd
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4225
>---------------------------------------------------------------
69cd1e9b96d158040230fef795c37dfc96448ff4
compiler/ghc.cabal.in | 1 +
compiler/main/SysTools.hs | 187 +---------------------------------
compiler/main/SysTools/BaseDir.hs | 208 ++++++++++++++++++++++++++++++++++++++
3 files changed, 212 insertions(+), 184 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 69cd1e9b96d158040230fef795c37dfc96448ff4
More information about the ghc-commits
mailing list