I am trying to install Darcs using cabal and runhaskell and I keep coming across the error
setup.exe: Bad header file: curl/curl.h
EDIT Thank you for the suggestions, I used the -f-curl and it worked
On
Would a binary work for you?
We also have instructions for building darcs under windows but it's been a while since they've been tested
One workaround if you have problems getting cURL to work on your platform is to use the
-f-curlflag tocabalto build darcs using the slowerHTTPlibrary instead. This is particularly useful on Windows where installing C libraries is a nuisance.