[commit: ghc] master: Style changes for UniqFM (bedd620)

git at git.haskell.org git at git.haskell.org
Thu Jul 7 09:28:13 UTC 2016


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

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

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

commit bedd62037f588321312feaf16923fa04d443e3d8
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Thu Jul 7 02:31:51 2016 -0700

    Style changes for UniqFM
    
    This file used the old style with type signatures
    separated from the code. As far as I understand
    the idea was to generate PostScript files from
    the source. I think the idea was abandoned and
    this more modern style is more common in the
    codebase.
    
    Test Plan: it still compiles
    
    Reviewers: austin, simonmar, bgamari
    
    Reviewed By: simonmar, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2383


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

bedd62037f588321312feaf16923fa04d443e3d8
 compiler/utils/UniqFM.hs | 293 +++++++++++++++++++++++------------------------
 1 file changed, 145 insertions(+), 148 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 bedd62037f588321312feaf16923fa04d443e3d8


More information about the ghc-commits mailing list