[commit: ghc] master: Revert "Fix Trac #7667.", restoring the refined fix. (ddf61ce)
git at git.haskell.org
git at git.haskell.org
Wed Oct 23 18:37:00 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ddf61ce990f551ae451432d6dae03abd1efb972b/ghc
>---------------------------------------------------------------
commit ddf61ce990f551ae451432d6dae03abd1efb972b
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Wed Oct 23 14:33:18 2013 -0400
Revert "Fix Trac #7667.", restoring the refined fix.
Apologies -- there was some git confusion that cause the Wrong Thing
to happen.
This reverts commit bb9d53e32da52221173431733928c497187686ff.
Conflicts:
compiler/hsSyn/Convert.lhs
>---------------------------------------------------------------
ddf61ce990f551ae451432d6dae03abd1efb972b
compiler/hsSyn/Convert.lhs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/hsSyn/Convert.lhs b/compiler/hsSyn/Convert.lhs
index c4c28a9..eeda965 100644
--- a/compiler/hsSyn/Convert.lhs
+++ b/compiler/hsSyn/Convert.lhs
@@ -1219,4 +1219,3 @@ the way System Names are printed.
There's a small complication of course; see Note [Looking up Exact
RdrNames] in RnEnv.
-
More information about the ghc-commits
mailing list