From: Norman Ramsey Date: Sat, 15 Sep 2007 20:15:25 +0000 (+0000) Subject: remove an unwanted language extension X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8182754e051f986c29bc9b9cae49599e6f76ebec remove an unwanted language extension --- 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