[commit: ghc] master: Hopefully fix all the rebase-induced breakage (9d62d09)
git at git.haskell.org
git at git.haskell.org
Wed Jun 22 09:32:20 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9d62d09a6c399c98491b7a63a7a1366c89fcf5db/ghc
>---------------------------------------------------------------
commit 9d62d09a6c399c98491b7a63a7a1366c89fcf5db
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Jun 22 10:32:12 2016 +0100
Hopefully fix all the rebase-induced breakage
>---------------------------------------------------------------
9d62d09a6c399c98491b7a63a7a1366c89fcf5db
compiler/typecheck/TcRnMonad.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnMonad.hs b/compiler/typecheck/TcRnMonad.hs
index 1aa3faa..a411e18 100644
--- a/compiler/typecheck/TcRnMonad.hs
+++ b/compiler/typecheck/TcRnMonad.hs
@@ -31,7 +31,7 @@ module TcRnMonad(
newArrowScope, escapeArrowScope,
-- * Unique supply
- newUnique, newUniqueSupply, newName,
+ newUnique, newUniqueSupply, newName, newNameAt, cloneLocalName,
newSysName, newSysLocalId, newSysLocalIds,
-- * Accessing input/output
More information about the ghc-commits
mailing list