From b24d78d947b8911f1efad35333046a4514fd611e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 12 Oct 2010 11:21:11 +0000 Subject: [PATCH] Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface --- utils/ghc-pkg/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4