From 8182754e051f986c29bc9b9cae49599e6f76ebec Mon Sep 17 00:00:00 2001 From: Norman Ramsey Date: Sat, 15 Sep 2007 20:15:25 +0000 Subject: [PATCH] remove an unwanted language extension --- compiler/cmm/ZipCfg.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index e9c036c..75f3b79 100644 --- a/compiler/cmm/ZipCfg.hs +++ b/compiler/cmm/ZipCfg.hs @@ -1,4 +1,3 @@ -{-# LANGUAGE ScopedTypeVariables #-} module ZipCfg ( -- These data types and names are carefully thought out BlockId(..) -- ToDo: BlockId should be abstract, but it isn't yet -- 1.7.10.4