[commit: ghc] wip/nfs-locking: Add basic support for rts package, #22. (34488df)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:51:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/34488dfe235c8793012a53a407359dcf0dff80b4/ghc
>---------------------------------------------------------------
commit 34488dfe235c8793012a53a407359dcf0dff80b4
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Jan 2 02:12:49 2016 +0000
Add basic support for rts package, #22.
>---------------------------------------------------------------
34488dfe235c8793012a53a407359dcf0dff80b4
src/GHC.hs | 17 ++--
src/Predicates.hs | 12 ++-
src/Rules.hs | 8 +-
src/Rules/Cabal.hs | 2 +-
src/Rules/Data.hs | 18 +++++
src/Rules/Dependencies.hs | 2 +-
src/Rules/Documentation.hs | 4 +-
src/Rules/Generate.hs | 18 +++--
src/Settings/Builders/Ghc.hs | 3 +-
src/Settings/Builders/Haddock.hs | 3 +-
src/Settings/Packages.hs | 3 +-
src/Settings/Packages/Rts.hs | 165 +++++++++++++++++++++++++++++++++++++++
12 files changed, 228 insertions(+), 27 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 34488dfe235c8793012a53a407359dcf0dff80b4
More information about the ghc-commits
mailing list