[commit: ghc] master: compiler: de-lhs utils/ (0c48e17)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:14 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0c48e172836d6a1e281aed63e42d60063700e6d8/ghc
>---------------------------------------------------------------
commit 0c48e172836d6a1e281aed63e42d60063700e6d8
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:44:03 2014 -0600
compiler: de-lhs utils/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
0c48e172836d6a1e281aed63e42d60063700e6d8
compiler/utils/{Bag.lhs => Bag.hs} | 17 +-
compiler/utils/{Digraph.lhs => Digraph.hs} | 186 +++++++++---------
compiler/utils/{FastBool.lhs => FastBool.hs} | 10 +-
.../utils/{FastFunctions.lhs => FastFunctions.hs} | 9 +-
compiler/utils/{FastMutInt.lhs => FastMutInt.hs} | 5 -
compiler/utils/{FastString.lhs => FastString.hs} | 7 +-
compiler/utils/{FastTypes.lhs => FastTypes.hs} | 10 +-
compiler/utils/{FiniteMap.lhs => FiniteMap.hs} | 5 +-
compiler/utils/{ListSetOps.lhs => ListSetOps.hs} | 65 +++----
compiler/utils/{Maybes.lhs => Maybes.hs} | 49 +++--
compiler/utils/{OrdList.lhs => OrdList.hs} | 11 +-
compiler/utils/{Outputable.lhs => Outputable.hs} | 124 ++++++------
.../{Outputable.lhs-boot => Outputable.hs-boot} | 4 -
compiler/utils/{Pair.lhs => Pair.hs} | 5 +-
compiler/utils/{Panic.lhs => Panic.hs} | 12 +-
compiler/utils/{Pretty.lhs => Pretty.hs} | 207 +++++++++-----------
.../utils/{StringBuffer.lhs => StringBuffer.hs} | 12 +-
compiler/utils/{UniqFM.lhs => UniqFM.hs} | 61 +++---
compiler/utils/{UniqSet.lhs => UniqSet.hs} | 38 ++--
compiler/utils/{Util.lhs => Util.hs} | 208 +++++++++------------
20 files changed, 442 insertions(+), 603 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 0c48e172836d6a1e281aed63e42d60063700e6d8
More information about the ghc-commits
mailing list