Installation with yum.

Hi. I am trying to install haskell on FC3 following the instructions from http://www.haskell.org/fedora/ I copied the lines: root@blandings ~# cat /etc/yum.repos.d/haskell.repo [haskell-stable] name=Haskell Packages (stable) baseurl=http://haskell.org/fedora/haskell/$releasever/$basearch/RPMS.stable gpgcheck=1 installdir=/opt root@blandings ~# When I try to install it, nothing happens, and I get the following message: root@blandings ~# yum install haskell-stable Setting up Install Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: haskell-stable repomd.xml 100% |=========================| 951 B 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 haskell-st: ################################################## 53/53 primary.xml.gz 100% |=========================| 292 kB 03:02 MD Read : ################################################## 684/684 updates-re: ################################################## 684/684 No Match for argument haskell-stable Nothing to do root@blandings ~# I am new to yum, and could not find much help on the web for using this. Could someone tell me what I am missing or point to a URL? Asking the same question in Google Groups fedora got me the answer that I should use # yum -c /etc/yum.repos.d/haskell.repo install haskell-stable but that returned the same message as above. I posted the same question to the haskell list, but I realised that this is probably the correct list to post it to. Thanks Manoj. -- Manoj Kummini Graduate Student, Dept. of Mathematics, The Univ. of Kansas, Lawrence KS 66045 USA. 38 deg 55 min N, 95 deg 14 min W. http://www.math.ku.edu/~kummini/index.html
participants (1)
-
Manoj Kummini