How do I install Haskell (ghc) for opensuse 11.3?

How do I install Haskell (ghc) for opensuse 11.3?

It is on the build service here:
https://build.opensuse.org/project/show?project=devel:languages:haskell#

but only for openSUSE_11.3 not openSUSE_Factory.

openSUSE_11.3 contains a lot of RPMs do I need to download and install all of them?

It would be easier if I cold install from YAST but I have tried searching for Haskell or ghc in both software management and package search (webpin) and neither combination returns any results.

This thread suggests that it did work in 11.2:
Install Haskell for 11.2 from build.opensuse.org

I have the default repositories installed (oss and non-oss) I have not removed any repositories.

So I would appreciate any suggestions about the best way to proceed, thanks,

Martin

If you want to install it on your opensuse 11.3 I don’t see any problem. You need to add those repos from build service. Using zypper gonna by easy:


zypper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_11.3/ hasekell_repo
zypper in ghc

mjb2 wrote:
> but only for openSUSE_11.3 not openSUSE_Factory.

i’m a little confused because, since “openSUSE_Factory” is the
container for unreleased, testing quality, and always moving openSUSE
11.4, it should only be used by seasoned linux users and software
testers knowledgeable enough to solve problems encountered or
recognize them as bugs and log those…

that is to say: you shouldn’t have to ask how to install Haskell, you
should just do it, and if it doesn’t work you should:

  1. discuss that fact with the other testers in the forum set up
    specifically for testers to chat about their findings and problems
    encountered, here
    http://forums.opensuse.org/english/get-help-here/pre-release-beta/

  2. or just log the bug you found and move on:
    http://en.opensuse.org/Submitting_Bug_Reports

on the other hand if you accidentally wandered into testing some
unknown and intermediate level of 11.4 (via enabling the factory repo)
then you have a lot of undoing to do to get back to the latest 11.3,
in which you should find Haskell install like a dream…


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]

OK, thanks very much, the command line lijews suggested works fine.

I don’t use repositories a lot and I don’t find their use very intuitive. I would have hoped it would be more obvious how to install Haskell but I don’t feel qualified to know if there is a bug or where it might be.

Martin

mjb2 wrote:
> I don’t feel qualified to know if there is a bug or where it
> might be.

then imo you should not enable any repo named factory…


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]