From c2b361ce8514761f255d7145a7dc8a082af0b1f6 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Sat, 26 Jan 2008 19:47:59 +0000 Subject: [PATCH] Fixed warnings in coreSyn/ExternalCore --- compiler/coreSyn/ExternalCore.lhs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/compiler/coreSyn/ExternalCore.lhs b/compiler/coreSyn/ExternalCore.lhs index 44f4e8c..49a7753 100644 --- a/compiler/coreSyn/ExternalCore.lhs +++ b/compiler/coreSyn/ExternalCore.lhs @@ -2,13 +2,6 @@ % (c) The University of Glasgow 2001-2006 % \begin{code} -{-# OPTIONS -w #-} --- The above warning supression flag is a temporary kludge. --- While working on this module you are encouraged to remove it and fix --- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings --- for details - module ExternalCore where @@ -87,6 +80,7 @@ type Qual t = (Mname,t) type Id = String +primMname :: Mname primMname = "base:GHC.Prim" tcArrow :: Qual Tcon -- 1.7.10.4