Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider
Hi Haskell Users, Thanks in advance. At DOS prompt, I have typed: \ghc>cabal install hsc3 The following message appears: Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal update' to download it. cabal: There is no package named hsc3. Perhaps you need to run 'cabal update' first? 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? What will be the procedure, if I download first and then install (Is there any set of commands here?) Once again, thank you very much for the time you have given. Regards, Deb --- On Fri, 17/9/10, Deb Midya <debmidya@yahoo.com> wrote: From: Deb Midya <debmidya@yahoo.com> Subject: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: beginners@haskell.org Received: Friday, 17 September, 2010, 2:14 PM Hi Haskell Users, Thanks in advance. I am using Haskell on Windows XP. I have downloaded HaskellPlatform-2010.2.0.0-setup.exe and installed it. I have checked that GHCi version is 6.12.3. May I request you to assist me for the following please: To install Haskell supercollider package, I have downloaded hsc3-0.7.tar.gz. How can I install this package now? Is there any document (how to use) on this package? To assist me for this, I have also checked that whether cabal is working or not. To do that: At dos prompt: \ghc>cabal –help \ghc> cabal install –help It shows me flags for help and installation. Once again, thank you very much for the time you have given. Regards, Deb -----Inline Attachment Follows----- _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
On 20 September 2010 00:33, Deb Midya <debmidya@yahoo.com> 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
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 <ozgurakgun@gmail.com> wrote: From: Ozgur Akgun <ozgurakgun@gmail.com> Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: "Deb Midya" <debmidya@yahoo.com> Cc: beginners@haskell.org Received: Monday, 20 September, 2010, 10:48 AM On 20 September 2010 00:33, Deb Midya <debmidya@yahoo.com> 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
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 <debmidya@yahoo.com> 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 <ozgurakgun@gmail.com>* wrote:
From: Ozgur Akgun <ozgurakgun@gmail.com> Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: "Deb Midya" <debmidya@yahoo.com> Cc: beginners@haskell.org Received: Monday, 20 September, 2010, 10:48 AM
On 20 September 2010 00:33, Deb Midya <debmidya@yahoo.com<http://au.mc543.mail.yahoo.com/mc/compose?to=debmidya@yahoo.com>
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 Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
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 <aslatter@gmail.com> wrote: From: Antoine Latter <aslatter@gmail.com> Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: "Deb Midya" <debmidya@yahoo.com> Cc: "Ozgur Akgun" <ozgurakgun@gmail.com>, beginners@haskell.org 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 <debmidya@yahoo.com> 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 <ozgurakgun@gmail.com> wrote: From: Ozgur Akgun <ozgurakgun@gmail.com> Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: "Deb Midya" <debmidya@yahoo.com> Cc: beginners@haskell.org Received: Monday, 20 September, 2010, 10:48 AM On 20 September 2010 00:33, Deb Midya <debmidya@yahoo.com> 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 Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
Are you behind a firewall, or a proxy? Cabal doesn't seem to play well with corporate networks and proxies. -R. Kyle Murphy -- Curiosity was framed, Ignorance killed the cat. On Sun, Sep 19, 2010 at 21:42, Deb Midya <debmidya@yahoo.com> 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 <ozgurakgun@gmail.com>* wrote:
From: Ozgur Akgun <ozgurakgun@gmail.com> Subject: Re: Fw: [Haskell-beginners] Installing package hsc3 – Haskell supercollider To: "Deb Midya" <debmidya@yahoo.com> Cc: beginners@haskell.org Received: Monday, 20 September, 2010, 10:48 AM
On 20 September 2010 00:33, Deb Midya <debmidya@yahoo.com<http://au.mc543.mail.yahoo.com/mc/compose?to=debmidya@yahoo.com>
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 Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (4)
-
Antoine Latter -
Deb Midya -
Kyle Murphy -
Ozgur Akgun