From: Ian Lynagh Date: Tue, 12 Oct 2010 11:21:11 +0000 (+0000) Subject: Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b24d78d947b8911f1efad35333046a4514fd611e;ds=sidebyside Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface --- diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index e42fa4c..4c68c2b 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.