[commit: ghc] wip/rae: Fix #8100, by adding StandaloneDerivD to TH's Dec type. (4ac9e90)

git at git.haskell.org git at git.haskell.org
Wed Nov 12 18:28:08 UTC 2014


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

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/4ac9e902327683ba032df5fb0e92a80c7b7fccd4/ghc

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

commit 4ac9e902327683ba032df5fb0e92a80c7b7fccd4
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Tue Nov 4 15:24:33 2014 -0500

    Fix #8100, by adding StandaloneDerivD to TH's Dec type.


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

4ac9e902327683ba032df5fb0e92a80c7b7fccd4
 compiler/deSugar/DsMeta.hs                         | 56 ++++++++++++++--------
 compiler/hsSyn/Convert.lhs                         |  7 +++
 libraries/template-haskell/Language/Haskell/TH.hs  |  2 +-
 .../template-haskell/Language/Haskell/TH/Lib.hs    |  7 +++
 .../template-haskell/Language/Haskell/TH/Ppr.hs    |  3 ++
 .../template-haskell/Language/Haskell/TH/Syntax.hs |  1 +
 testsuite/tests/th/all.T                           |  2 +-
 7 files changed, 56 insertions(+), 22 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 4ac9e902327683ba032df5fb0e92a80c7b7fccd4


More information about the ghc-commits mailing list