hi, GHC freaks, I tried to set up GHCi 7.0.3 and the latest haskell-platform on my new buntu 11.04 installation. I can successfully did it for 6.10.3 by following the instruction from one web post (Spork Code). Then I following the URL given by another web post to 'wget' the 7.0.3. but get an error 404 file not found. Can anybody point me to the correct URL to get 7.0.3 tar.bz2 ? Thank you very much. Simon.
Does this page help? http://www.haskell.org/ghc/download_ghc_7_0_3 Take care, Antoine On Wed, Jun 15, 2011 at 4:08 AM, Simon Sin <ssx106@gmail.com> wrote:
hi, GHC freaks, I tried to set up GHCi 7.0.3 and the latest haskell-platform on my new buntu 11.04 installation. I can successfully did it for 6.10.3 by following the instruction from one web post (Spork Code). Then I following the URL given by another web post to 'wget' the 7.0.3. but get an error 404 file not found. Can anybody point me to the correct URL to get 7.0.3 tar.bz2 ? Thank you very much. Simon.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
On Wednesday 15 June 2011, 16:53:37, Antoine Latter wrote:
Does this page help?
http://www.haskell.org/ghc/download_ghc_7_0_3
Take care, Antoine
I would, however, recommend going for the new http://www.haskell.org/ghc/download_ghc_7_0_4 which fixes a couple of bugs in 7.0.3
Hi, Antoine Latter and Daniel Fisher. Thanks your direction. My old URLs are: 1.www.haskell.org/ghc/dist/7.0.3/ghc-7.0.3-i386.tar.bz2 for the ghc package; and 2. hackage.haskell.org/platform/2010.2.0/haskell-platform-2010.2.0.0.tar.gz. I'll try your instruction on my new portable when it is delivered in order not to screw up my current set up. Is 2010.2.0 the current platform that support ghci 7.0.4?? Th.anks again. Have a nice day. Simon. 2011/6/15 Daniel Fischer <daniel.is.fischer@googlemail.com>
On Wednesday 15 June 2011, 16:53:37, Antoine Latter wrote:
Does this page help?
http://www.haskell.org/ghc/download_ghc_7_0_3
Take care, Antoine
I would, however, recommend going for the new
http://www.haskell.org/ghc/download_ghc_7_0_4
which fixes a couple of bugs in 7.0.3
participants (3)
-
Antoine Latter -
Daniel Fischer -
Simon Sin