From 7df9b88b9e0565f438f16d8005526ffda80a1dbe Mon Sep 17 00:00:00 2001 From: Thorkil Naur Date: Sun, 4 May 2008 19:15:11 +0000 Subject: [PATCH] Eliminate a warning for compiler/basicTypes/OccName.lhs --- compiler/basicTypes/OccName.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/basicTypes/OccName.lhs b/compiler/basicTypes/OccName.lhs index 6739ba3..ba17c02 100644 --- a/compiler/basicTypes/OccName.lhs +++ b/compiler/basicTypes/OccName.lhs @@ -83,6 +83,7 @@ import Data.Char -- Unicode TODO: put isSymbol in libcompat #if !defined(__GLASGOW_HASKELL__) || __GLASGOW_HASKELL__ > 604 #else +isSymbol :: a -> Bool isSymbol = const False #endif -- 1.7.10.4