[Haskell-cafe] curl package broken in Windows

Stephen Tetley stephen.tetley at gmail.com
Sat Nov 10 08:08:43 CET 2012


I've just checked Hackage - the "Curl" package (haskell) is a binding
to libcurl (c library).

It looks like MinGW / MSys is the best option - there are some notes
are written by Sigbjorn Finne (who wrote the Haskell binding) although
they are now quite old:

http://haskell.forkio.com/Home/curl-win32

It looks like Sigbjorn, was cross compiling a MinGW build for libcurl
from Cygwin, instead I'd build under a proper installation of MinGW /
MSys. The bits of MinGW that are distributed with GHC aren't
sufficient for this - you will need a proper installing of MinGW /
MSys.

On 9 November 2012 20:13, Stephen Tetley <stephen.tetley at gmail.com> wrote:
> Isn't Curl a C library (with a Haskell binding)?
>



More information about the Haskell-Cafe mailing list