Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Fw: [Haskell-beginners] Installing package hsc3 ? Haskell
supercollider (Deb Midya)
2. Current status of GUM (Monica Sakuray Pais)
3. RE: Current status of GUM (Luca Ciciriello)
4. Re: Current status of GUM (Brent Yorgey)
----------------------------------------------------------------------
Message: 1
Date: Wed, 22 Sep 2010 19:14:00 -0700 (PDT)
From: Deb Midya <[email protected]>
Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 ? Haskell
supercollider
To: Antoine Latter <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Hi Haskell Users,
Â
Thanks in advance.
Â
As I have faced problem to install packages automatically, I am trying to
install manually in Windows XP.
Â
1. I have installed ghc in F:\ghc drive.
Â
2. As a trial, I have downloaded the package array
from http://hackage.haskell.org/package/array-0.3.0.1
Â
3. I have used cygwin to unpack the files.
Â
4. At DOS prompt (F:\Haskell\Literature\Packages\array-0.3.0.1\cabal install)
Â
    - It looks like installing in C:\Documents and
Settings\userID\ApplicationÂ
     Data\cabal\array-0.3.0.1.
Â
   - To install it in somewhere under F:\ghc (I have installed haskell in
this directory), what
     command (cabal instal ?????) should I use?
Â
   - At Prelude I have issued a command (Prelude> :show packages), it
does not show theÂ
     package array. But it shows these packages:
Â
    packages currently loaded:
    base
    ffi-1.0
   ghc-prim
   integer-gmp
   rts
Â
   But If I go the directory F:\ghc\lib, I can see not only array package,
but also others  Â
   such as containers-0.3.0.0 and few others.
Â
Once again, thank you very much for the time you have given.
Â
Regards,
Â
Deb
--- On Mon, 20/9/10, Antoine Latter <[email protected]> wrote:
From: Antoine Latter <[email protected]>
Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 â Haskell
supercollider
To: "Deb Midya" <[email protected]>
Cc: "Ozgur Akgun" <[email protected]>, [email protected]
Received: Monday, 20 September, 2010, 11:45 AM
Hi Deb,
You can always take the tar file you downloaded from Hackage, and then unpack
it and go into the directory you unpacked it into and type "cabal install". It
may be missin dependencies, and then you will also have to download those from
Hackage.
Antoine
On Sun, Sep 19, 2010 at 8:42 PM, Deb Midya <[email protected]> wrote:
Ozgur,
Â
Thanks for your reply.
Â
I have tried with at ghc command prompt:
Â
ghc>cabal update -v
Â
But the the message remains the same as before:
Â
Downloading the latest package list from hackage.haskell.org
cabal: failed
Is the any method to install manually? or if any.
Â
Regards,
Â
Deb
--- On Mon, 20/9/10, Ozgur Akgun <[email protected]> wrote:
From: Ozgur Akgun <[email protected]>
Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 â Haskell
supercollider
To: "Deb Midya" <[email protected]>
Cc: [email protected]
Received: Monday, 20 September, 2010, 10:48 AM
On 20 September 2010 00:33, Deb Midya <[email protected]> wrote:
At DOS prompt, I typed: \ghc> cabal update
Â
The following message appears:
Â
Downloading the latest package list from hackage.haskell.org
cabal: failed
Â
Is there any solution for it please?
To start with, you can run cabal update -v to get a more detailed output
about the cause of the failure.
Ozgur
Â
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.haskell.org/pipermail/beginners/attachments/20100922/38fe7178/attachment-0001.html
------------------------------
Message: 2
Date: Thu, 23 Sep 2010 10:02:17 -0300
From: Monica Sakuray Pais <[email protected]>
Subject: [Haskell-beginners] Current status of GUM
To: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
I would like to know about the current status of GUM:
- What is the latest version available?
- Does it run on distributed memory multiprocessors - clusters? What type of
architectures?
thanks.
Monica
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.haskell.org/pipermail/beginners/attachments/20100923/cf3fb59a/attachment-0001.html
------------------------------
Message: 3
Date: Thu, 23 Sep 2010 15:09:48 +0100
From: Luca Ciciriello <[email protected]>
Subject: RE: [Haskell-beginners] Current status of GUM
To: <[email protected]>, <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi Monica.
This one is a good question.
I'm based on this site:
http://www.macs.hw.ac.uk/~dsg/gph/papers/abstracts/gum.html
but it is a quite old site.
Of the same year is the article "Accidents always come in threes: A case Study
of data-intensive programs in parallel Haskell". Here GUM is used.
Now I'm using GHC 6.12.3 on a multicore system using +RTS -N4 command for my
parallel programs. The performance aren't too bad. Have I to still use GUM?
Bye.
Luca.
Date: Thu, 23 Sep 2010 10:02:17 -0300
From: [email protected]
To: [email protected]
Subject: [Haskell-beginners] Current status of GUM
Hello,
I would like to know about the current status of GUM:
- What is the latest version available?
- Does it run on distributed memory multiprocessors - clusters? What type of
architectures?
thanks.
Monica
_______________________________________________ Beginners mailing list
[email protected] http://www.haskell.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.haskell.org/pipermail/beginners/attachments/20100923/83de67fc/attachment-0001.html
------------------------------
Message: 4
Date: Thu, 23 Sep 2010 10:24:07 -0400
From: Brent Yorgey <[email protected]>
Subject: Re: [Haskell-beginners] Current status of GUM
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Thu, Sep 23, 2010 at 10:02:17AM -0300, Monica Sakuray Pais wrote:
> Hello,
>
> I would like to know about the current status of GUM:
>
> - What is the latest version available?
> - Does it run on distributed memory multiprocessors - clusters? What type of
> architectures?
>
> thanks.
>
> Monica
Hi Monica,
I haven't heard anything about GUM in a long time, so I assume it is
no longer being developed. If you want to know for sure I would
suggest emailing the authors directly.
-Brent
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 27, Issue 51
*****************************************