[commit: ghc] master: base: Manually unlit .lhs into .hs modules (df3b1d4)

git at git.haskell.org git at git.haskell.org
Fri Nov 7 16:23:52 UTC 2014


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

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

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

commit df3b1d43cc862fe03f0724a9c0ac9e7cecdf4605
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 7 16:26:59 2014 +0100

    base: Manually unlit .lhs into .hs modules
    
    This commit mostly converts literate comments into ordinary
    Haskell comments or sometimes even Haddock comments, while also
    removing literate comments in a few cases where they don't make
    much sense anymore.
    
    Moreover, in a few cases trailing whitespaces were removed as well.
    
    Reviewed By: austin
    
    Differential Revision: https://phabricator.haskell.org/D456


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

df3b1d43cc862fe03f0724a9c0ac9e7cecdf4605
 libraries/base/GHC/{Arr.lhs => Arr.hs}             |  70 ++--------
 libraries/base/GHC/{Base.lhs => Base.hs}           | 153 +++++----------------
 libraries/base/GHC/{Conc.lhs => Conc.hs}           |   3 -
 libraries/base/GHC/{Enum.lhs => Enum.hs}           |  91 ++++--------
 libraries/base/GHC/{Err.lhs => Err.hs}             |  25 +---
 libraries/base/GHC/{Exception.lhs => Exception.hs} |  22 ---
 .../GHC/{Exception.lhs-boot => Exception.hs-boot}  |  14 +-
 libraries/base/GHC/{Float.lhs => Float.hs}         | 121 ++++++----------
 libraries/base/GHC/{List.lhs => List.hs}           |  53 ++-----
 libraries/base/GHC/{Num.lhs => Num.hs}             |  36 -----
 libraries/base/GHC/{Pack.lhs => Pack.hs}           |   2 -
 libraries/base/GHC/{Ptr.lhs => Ptr.hs}             |   3 -
 libraries/base/GHC/{Read.lhs => Read.hs}           |  62 ++-------
 libraries/base/GHC/{Real.lhs => Real.hs}           | 121 +++++-----------
 libraries/base/GHC/{ST.lhs => ST.hs}               |  18 +--
 libraries/base/GHC/{STRef.lhs => STRef.hs}         |   3 -
 libraries/base/GHC/{Show.lhs => Show.hs}           |  65 ++-------
 libraries/base/GHC/{Stable.lhs => Stable.hs}       |   3 -
 libraries/base/GHC/{Storable.lhs => Storable.hs}   |   6 -
 .../base/GHC/{TopHandler.lhs => TopHandler.hs}     |   3 -
 libraries/base/GHC/{Weak.lhs => Weak.hs}           |   3 -
 21 files changed, 192 insertions(+), 685 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 df3b1d43cc862fe03f0724a9c0ac9e7cecdf4605


More information about the ghc-commits mailing list