[Haskell-beginners] Problems with the Network package

Raphael Päbst raphael.paebst at googlemail.com
Wed Jun 1 11:13:49 CEST 2011


Hey!
I'm using the Haskell Platform version 2011.2.0.1 on Windows XPat the moment.
I have already used the Network package that comes with it, but I
tried to install other packages via cabal and that failed because the
installation of Network 2.3.0.2 failed.
So I tried to install that on its own and got the above problems.

On 6/1/11, Michael Snoyman <michael at snoyman.com> wrote:
> On Wed, Jun 1, 2011 at 12:00 PM, Raphael Päbst
> <raphael.paebst at googlemail.com> wrote:
>> Hey everyone!
>> I'm still pretty inexperienced with Haskell and am now facing problems
>> with the Network package. I tried to install it but this always fails,
>> no matter if I try to install Network-2.3.0.3 or a previous version.
>> The cabal install always fails with the error
>> compiling dist\build\Network\Socket_hsc_make.c failed (exit code 1).
>>
>> Now I'm wondering, where I can find out what the problem is, what I
>> can do about it and which additional information I need to solve it.
>>
>> I hope this is not too stupid a question, but my searches on the net
>> haven't turned up anything useful so far and I'm pretty much stuck
>> now.
>>
>> Raf
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>
> Hi Raf,
>
> A few basic questions:
>
> * Which OS are you using?
> * Which version of GHC do you have installed?
> * How did you install GHC? Via the Haskell Platform or by itself?
>
> If you aren't using the Haskell Platform right now, I'd recommend you
> try installing that and using the network package it installs.
>
> Michael
>



More information about the Beginners mailing list