[commit: ghc] wip/ttypeable: Fix unique clash (4f27d3d)

git at git.haskell.org git at git.haskell.org
Sun Jan 29 20:21:28 UTC 2017


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/4f27d3dad97ecd337909d29e7a1cf0faf81c845f/ghc

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

commit 4f27d3dad97ecd337909d29e7a1cf0faf81c845f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jan 28 00:20:53 2017 -0500

    Fix unique clash


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

4f27d3dad97ecd337909d29e7a1cf0faf81c845f
 compiler/prelude/PrelNames.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/prelude/PrelNames.hs b/compiler/prelude/PrelNames.hs
index 2cb465a..b03b3f8 100644
--- a/compiler/prelude/PrelNames.hs
+++ b/compiler/prelude/PrelNames.hs
@@ -1799,7 +1799,7 @@ someTypeRepDataConKey = mkPreludeTyConUnique 186
 
 
 typeSymbolAppendFamNameKey :: Unique
-typeSymbolAppendFamNameKey = mkPreludeTyConUnique 185
+typeSymbolAppendFamNameKey = mkPreludeTyConUnique 187
 
 ---------------- Template Haskell -------------------
 --      THNames.hs: USES TyConUniques 200-299



More information about the ghc-commits mailing list