Fix build following haskell98 and -fglasgow-exts changes
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
index 02d0a0d..e42fa4c 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts -cpp #-}
+{-# LANGUAGE PatternGuards, CPP #-}
 -----------------------------------------------------------------------------
 --
 -- (c) The University of Glasgow 2004-2009.