[commit: ghc] ghc-7.6: Fix build for 7.6 branch (faee968)
Ian Lynagh <[email protected]> Fri, 04 Jan 2013 12:49:05 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.6 http://hackage.haskell.org/trac/ghc/changeset/faee968e525f9d3b634f9566431aa3f20d49f0f6 >--------------------------------------------------------------- commit faee968e525f9d3b634f9566431aa3f20d49f0f6 Author: Ian Lynagh <[email protected]> Date: Fri Jan 4 20:21:00 2013 +0000 Fix build for 7.6 branch >--------------------------------------------------------------- compiler/coreSyn/PprExternalCore.lhs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/coreSyn/PprExternalCore.lhs b/compiler/coreSyn/PprExternalCore.lhs index a88303d..5495ff6 100644 --- a/compiler/coreSyn/PprExternalCore.lhs +++ b/compiler/coreSyn/PprExternalCore.lhs @@ -117,8 +117,6 @@ pty (NthCoercion n t) = sep [text "%nth", int n, paty t] pty (InstCoercion t1 t2) = sep [text "%inst", paty t1, paty t2] -pty (AxiomCoercion tc i cos) = - pqname tc <+> int i <+> sep (map paty cos) pty ty@(Tapp {}) = pappty ty [] pty ty@(Tvar {}) = paty ty pty ty@(Tcon {}) = paty ty