[Haskell-cafe] Re: [Haskell] GHC 6.10 and OpenGL

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Sun Nov 23 11:31:06 EST 2008


On Sun, 2008-11-23 at 16:41 +0100, Manlio Perillo wrote:
> Claus Reinke ha scritto:
> > [...]
> >>> 2. It still wouldn't work for the OpenGL package on Windows, because
> >>> the configure scripts require a Unix-style built environment
> >>> (MinGW/MinSys or Cygwin).
> >>
> > [...]
> > - they need to install MinGW/MSys
> > - then they can do cabal install OpenGL
> > 
> 
> 
> Does cabal support precompiled packages?

You can construct a pre-compiled packages from a Cabal package (using an
external tool like cabal2rpm). The cabal command line tool has no
support for installing such things.

Normally one makes native pre-compiled packages like .deb, .rpm, .msi
etc and then uses the native system for actually installing them.

Duncan



More information about the Haskell-Cafe mailing list