Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface
[ghc-hetmet.git] / utils / ghc-pkg / Main.hs
index 02d0a0d..4c68c2b 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts -cpp #-}
+{-# LANGUAGE PatternGuards, CPP, ForeignFunctionInterface #-}
 -----------------------------------------------------------------------------
 --
 -- (c) The University of Glasgow 2004-2009.