[commit: ghc] master: compiler: de-lhs basicTypes/ (a56fe4a)

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


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

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

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

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

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


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

a56fe4a188dfb284a7d742180963b8dd914cbb5a
 .../basicTypes/{BasicTypes.lhs => BasicTypes.hs}   | 295 ++++++++++-----------
 compiler/basicTypes/{ConLike.lhs => ConLike.hs}    |  36 ++-
 compiler/basicTypes/{DataCon.lhs => DataCon.hs}    | 104 ++++----
 .../{DataCon.lhs-boot => DataCon.hs-boot}          |   2 -
 compiler/basicTypes/{Demand.lhs => Demand.hs}      | 158 +++++------
 compiler/basicTypes/{Id.lhs => Id.hs}              |  98 ++++---
 compiler/basicTypes/{IdInfo.lhs => IdInfo.hs}      | 134 +++++-----
 .../basicTypes/{IdInfo.lhs-boot => IdInfo.hs-boot} |   2 -
 compiler/basicTypes/{Literal.lhs => Literal.hs}    |  74 +++---
 compiler/basicTypes/{MkId.lhs => MkId.hs}          | 128 ++++-----
 .../basicTypes/{MkId.lhs-boot => MkId.hs-boot}     |   4 -
 compiler/basicTypes/{Module.lhs => Module.hs}      |  81 +++---
 .../basicTypes/{Module.lhs-boot => Module.hs-boot} |   2 -
 compiler/basicTypes/{Name.lhs => Name.hs}          | 122 ++++-----
 .../basicTypes/{Name.lhs-boot => Name.hs-boot}     |   2 -
 compiler/basicTypes/{NameEnv.lhs => NameEnv.hs}    |  36 ++-
 compiler/basicTypes/{NameSet.lhs => NameSet.hs}    |  48 ++--
 compiler/basicTypes/{OccName.lhs => OccName.hs}    | 158 +++++------
 .../{OccName.lhs-boot => OccName.hs-boot}          |   2 -
 compiler/basicTypes/{PatSyn.lhs => PatSyn.hs}      |  51 ++--
 .../basicTypes/{PatSyn.lhs-boot => PatSyn.hs-boot} |   2 -
 compiler/basicTypes/{RdrName.lhs => RdrName.hs}    | 104 ++++----
 compiler/basicTypes/{SrcLoc.lhs => SrcLoc.hs}      | 134 +++++-----
 .../basicTypes/{UniqSupply.lhs => UniqSupply.hs}   |  48 ++--
 compiler/basicTypes/{Unique.lhs => Unique.hs}      |  87 +++---
 compiler/basicTypes/{Var.lhs => Var.hs}            |  83 +++---
 compiler/basicTypes/{VarEnv.lhs => VarEnv.hs}      |  68 +++--
 compiler/basicTypes/{VarSet.lhs => VarSet.hs}      |  27 +-
 28 files changed, 936 insertions(+), 1154 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 a56fe4a188dfb284a7d742180963b8dd914cbb5a


More information about the ghc-commits mailing list