summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-12 11:21:11 +0000
committerIan Lynagh <igloo@earth.li>2010-10-12 11:21:11 +0000
commitb24d78d947b8911f1efad35333046a4514fd611e (patch)
treef3b862949deb95e2b2ae2332c2ff844c47c7a15d
parent1f410acf9f550c2439e0ee5cb61244e0c730192a (diff)
downloadhaskell-b24d78d947b8911f1efad35333046a4514fd611e.tar.gz
Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index e42fa4c3c2..4c68c2b6ca 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PatternGuards, CPP #-}
+{-# LANGUAGE PatternGuards, CPP, ForeignFunctionInterface #-}
-----------------------------------------------------------------------------
--
-- (c) The University of Glasgow 2004-2009.