X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FZipDataflow.hs;h=4355775a29cf27c9a7a16e08ff486f1e81b67fc3;hb=f8b7b3c6100d55125543b5f833b1a0078ad68908;hp=388d99cc95674355c3a045b4b2b1e3b5de4621e1;hpb=d2ce0f52d42edf32bb9f13796e6ba6edba8bd516;p=ghc-hetmet.git diff --git a/compiler/cmm/ZipDataflow.hs b/compiler/cmm/ZipDataflow.hs index 388d99c..4355775 100644 --- a/compiler/cmm/ZipDataflow.hs +++ b/compiler/cmm/ZipDataflow.hs @@ -1,6 +1,5 @@ -{-# LANGUAGE MultiParamTypeClasses, ScopedTypeVariables #-} -{-# OPTIONS -fglasgow-exts #-} --- -fglagow-exts for kind signatures +{-# LANGUAGE MultiParamTypeClasses, ScopedTypeVariables, KindSignatures, + FlexibleContexts #-} module ZipDataflow ( DebugNodes(), RewritingDepth(..), LastOutFacts(..)