[commit: ghc] master: compiler: de-lhs prelude/ (dc00fb1)

git at git.haskell.org git at git.haskell.org
Wed Dec 3 20:06:01 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/dc00fb1b5e75fda17384af612a98a8c99f874cff/ghc

>---------------------------------------------------------------

commit dc00fb1b5e75fda17384af612a98a8c99f874cff
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Dec 3 12:42:24 2014 -0600

    compiler: de-lhs prelude/
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

dc00fb1b5e75fda17384af612a98a8c99f874cff
 .../prelude/{ForeignCall.lhs => ForeignCall.hs}    |  74 +++----
 compiler/prelude/{PrelInfo.lhs => PrelInfo.hs}     |  74 ++++---
 compiler/prelude/{PrelNames.lhs => PrelNames.hs}   | 182 ++++++++---------
 .../{PrelNames.lhs-boot => PrelNames.hs-boot}      |   3 -
 compiler/prelude/{PrelRules.lhs => PrelRules.hs}   |  84 ++++----
 compiler/prelude/{PrimOp.lhs => PrimOp.hs}         | 173 +++++++---------
 .../prelude/{PrimOp.lhs-boot => PrimOp.hs-boot}    |   4 -
 compiler/prelude/{TysPrim.lhs => TysPrim.hs}       | 225 ++++++++++-----------
 compiler/prelude/{TysWiredIn.lhs => TysWiredIn.hs} | 146 ++++++-------
 .../{TysWiredIn.lhs-boot => TysWiredIn.hs-boot}    |   2 -
 10 files changed, 430 insertions(+), 537 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 dc00fb1b5e75fda17384af612a98a8c99f874cff


More information about the ghc-commits mailing list