remove an unwanted language extension
authorNorman Ramsey <nr@eecs.harvard.edu>
Sat, 15 Sep 2007 20:15:25 +0000 (20:15 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Sat, 15 Sep 2007 20:15:25 +0000 (20:15 +0000)
compiler/cmm/ZipCfg.hs

index e9c036c..75f3b79 100644 (file)
@@ -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