projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f410ac
)
Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterface
author
Ian Lynagh
<igloo@earth.li>
Tue, 12 Oct 2010 11:21:11 +0000
(11:21 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Tue, 12 Oct 2010 11:21:11 +0000
(11:21 +0000)
utils/ghc-pkg/Main.hs
patch
|
blob
|
history
diff --git
a/utils/ghc-pkg/Main.hs
b/utils/ghc-pkg/Main.hs
index
e42fa4c
..
4c68c2b
100644
(file)
--- 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.