Re: [Haskell-cafe] GHCI & Curl under Windows

2009-06-04 Thread Duncan Coutts
On Thu, 2009-06-04 at 12:57 +1000, John Lask wrote: > The issue you are experiencing is the result of ghci not using import > libraries to resolve external symbols. Just a bit of explanation for > reference, which will also help you understand the solution to your problem. [..] > The long and the

Re: [Haskell-cafe] GHCI & Curl under Windows

2009-06-03 Thread John Lask
m: "Sigbjorn Finne" To: "Martin Huschenbett" Cc: "haskell" Sent: Thursday, June 04, 2009 12:59 AM Subject: Re: [Haskell-cafe] GHCI & Curl under Windows On Wed, 03 Jun 2009 05:27:53 -0700, Martin Huschenbett wrote: Hi Haskellers, I've installed the newest Has

Re: [Haskell-cafe] GHCI & Curl under Windows

2009-06-03 Thread Sigbjorn Finne
On Wed, 03 Jun 2009 05:27:53 -0700, Martin Huschenbett wrote: Hi Haskellers, I've installed the newest Haskell Platform under Vista and downloaded a pre compiled version of curl-7.19.4 for MinGW. After changing the build type in curl.cabal to Simple and supplying the needed paths I could

[Haskell-cafe] GHCI & Curl under Windows

2009-06-03 Thread Martin Huschenbett
Hi Haskellers, I've installed the newest Haskell Platform under Vista and downloaded a pre compiled version of curl-7.19.4 for MinGW. After changing the build type in curl.cabal to Simple and supplying the needed paths I could even build and install curl for haskell. If I write a program usi