[commit: ghc] wip/T9858-typeable-ben: Fix (2c8a85b)
git at git.haskell.org
git at git.haskell.org
Wed Oct 28 10:16:51 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9858-typeable-ben
Link : http://ghc.haskell.org/trac/ghc/changeset/2c8a85b127526844f73032c8554bc8e86c80cc9a/ghc
>---------------------------------------------------------------
commit 2c8a85b127526844f73032c8554bc8e86c80cc9a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Oct 27 17:00:17 2015 +0100
Fix
>---------------------------------------------------------------
2c8a85b127526844f73032c8554bc8e86c80cc9a
compiler/iface/MkIface.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs
index d92942a..79fbf67 100644
--- a/compiler/iface/MkIface.hs
+++ b/compiler/iface/MkIface.hs
@@ -1610,7 +1610,7 @@ tyConToIfaceDecl env tycon
ifCons = ifaceConDecls (algTyConRhs tycon) (algTcFields tycon),
ifRec = boolToRecFlag (isRecursiveTyCon tycon),
ifGadtSyntax = isGadtSyntaxTyCon tycon,
- ifPromotable = isPromotedTyCon tycon,
+ ifPromotable = isPromotableTyCon tycon,
ifParent = parent })
| otherwise -- FunTyCon, PrimTyCon, promoted TyCon/DataCon
More information about the ghc-commits
mailing list