[commit: ghc] master: compiler: de-lhs iface/ (10fdf27)

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


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

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

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

commit 10fdf27951dcf4065d749c2916cf91d3ce53a252
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Dec 3 12:44:13 2014 -0600

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


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

10fdf27951dcf4065d749c2916cf91d3ce53a252
 compiler/iface/{BuildTyCl.lhs => BuildTyCl.hs}     |  19 +-
 compiler/iface/{IfaceEnv.lhs => IfaceEnv.hs}       |  60 +++---
 compiler/iface/{IfaceSyn.lhs => IfaceSyn.hs}       |  94 +++++----
 compiler/iface/{IfaceType.lhs => IfaceType.hs}     | 102 +++++-----
 compiler/iface/{LoadIface.lhs => LoadIface.hs}     | 130 ++++++-------
 compiler/iface/{MkIface.lhs => MkIface.hs}         |  84 ++++----
 compiler/iface/{TcIface.lhs => TcIface.hs}         | 214 ++++++++++-----------
 .../iface/{TcIface.lhs-boot => TcIface.hs-boot}    |   3 -
 8 files changed, 315 insertions(+), 391 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 10fdf27951dcf4065d749c2916cf91d3ce53a252


More information about the ghc-commits mailing list