[commit: ghc] wip/ttg-next: Put all the data instances in one file. (83a6285)

git at git.haskell.org git at git.haskell.org
Mon Apr 2 15:28:51 UTC 2018


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

On branch  : wip/ttg-next
Link       : http://ghc.haskell.org/trac/ghc/changeset/83a628592ad8071ff62ce8cdaee5a45d99c32805/ghc

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

commit 83a628592ad8071ff62ce8cdaee5a45d99c32805
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Apr 2 17:27:09 2018 +0200

    Put all the data instances in one file.
    
    Reverses e764d986d2050d84407e6989f0bd38fc1c677134


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

83a628592ad8071ff62ce8cdaee5a45d99c32805
 compiler/ghc.cabal.in                              |   1 -
 compiler/hsSyn/HsInstances.hs                      |  36 +++----
 compiler/hsSyn/HsInstances.hs-boot                 |  18 ----
 compiler/hsSyn/HsInstances2.hs                     | 119 ---------------------
 compiler/hsSyn/HsInstances2.hs-boot                |  28 -----
 compiler/hsSyn/HsSyn.hs                            |   1 -
 .../parser/should_compile/DumpParsedAst.stderr     |   3 +-
 .../parser/should_compile/DumpRenamedAst.stderr    |   3 +-
 .../should_compile/DumpTypecheckedAst.stderr       |   3 +-
 9 files changed, 20 insertions(+), 192 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 83a628592ad8071ff62ce8cdaee5a45d99c32805


More information about the ghc-commits mailing list