Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface
authorIan Lynagh <igloo@earth.li>
Tue, 12 Oct 2010 11:21:11 +0000 (11:21 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 12 Oct 2010 11:21:11 +0000 (11:21 +0000)
utils/ghc-pkg/Main.hs

index e42fa4c..4c68c2b 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE PatternGuards, CPP #-}
+{-# LANGUAGE PatternGuards, CPP, ForeignFunctionInterface #-}
 -----------------------------------------------------------------------------
 --
 -- (c) The University of Glasgow 2004-2009.
 -----------------------------------------------------------------------------
 --
 -- (c) The University of Glasgow 2004-2009.