#4386: Missing FFI flag in ghc-pkg/Main.hs
------------------------+---------------------------------------------------
Reporter: nsch | Owner: nsch
Type: bug | Status: patch
Priority: normal | Component: Build System
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Windows | Blocking:
Architecture: x86 | Failure: Building GHC failed
------------------------+---------------------------------------------------
Changes (by nsch):
* status: new => patch
Comment:
Everything needed was a simple change from
{{{
{-# LANGUAGE PatternGuards, CPP #-}
}}}
to
{{{
{-# LANGUAGE PatternGuards, CPP, ForeignFunctionInterface #-}
}}}
in the utils/ghc-pkg/Main.hs
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4386#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs