
Hi Haskell Beginners, I was wondering if any experienced Haskellers used arch. I noticed today that while GHC and Haskell-Platform are both on arch, GHC is still on 7.0.3 and Haskell Platform is an orphaned package that was flagged out of date about 2 months ago. Does anyone know what we can do about this? I don't have any experience maintaining arch packages but I figured someone on here may know someone who would want to be the package maintainer. It may help other beginners who code on Arch, since Arch is supposed to be about having the freshest packages. -- Michael Xavier http://www.michaelxavier.net LinkedIn http://www.linkedin.com/pub/michael-xavier/13/b02/a26

The last release of Haskell Platform has ghc version 7.0.3. There is nothing outdated in arch... You may be referring to the ghc 7.2, right? It is not in Haskell Platform yet. ── >> pacman -Ss haskell-platform extra/haskell-platform 2011.2.0.0-4 [0.00 M] [installed] The Haskell Platform

On Fri, Nov 18, 2011 at 7:18 AM, Bernardo Barros
The last release of Haskell Platform has ghc version 7.0.3. There is nothing outdated in arch... You may be referring to the ghc 7.2, right? It is not in Haskell Platform yet.
── >> pacman -Ss haskell-platform extra/haskell-platform 2011.2.0.0-4 [0.00 M] [installed] The Haskell Platform
Yes, that's the reason why our ghc is lagging so much. In fact, we have plans to stop supporting the platform mainly for this reason. In the near future (hopefully in a month or so), the our extra repository would only contain the latest stable ghc (currently at 7.2.2) and cabal-install (plus its deps). --vk

Thanks guys. I must have been a little confused by the difference between
platform and GHC. I was reading the Yesod book at the time which I think
(probably erroneously) mentions GHC 7.2 alongside recommending Haskell
Platform, which does not seem possible.
On Fri, Nov 18, 2011 at 1:29 AM, Vesa Kaihlavirta
On Fri, Nov 18, 2011 at 7:18 AM, Bernardo Barros
wrote: The last release of Haskell Platform has ghc version 7.0.3. There is nothing outdated in arch... You may be referring to the ghc 7.2, right? It is not in Haskell Platform yet.
── >> pacman -Ss haskell-platform extra/haskell-platform 2011.2.0.0-4 [0.00 M] [installed] The Haskell Platform
Yes, that's the reason why our ghc is lagging so much. In fact, we have plans to stop supporting the platform mainly for this reason.
In the near future (hopefully in a month or so), the our extra repository would only contain the latest stable ghc (currently at 7.2.2) and cabal-install (plus its deps).
--vk
-- Michael Xavier http://www.michaelxavier.net LinkedIn http://www.linkedin.com/pub/michael-xavier/13/b02/a26

actually haskell-platform is an empty package with a set of dependencies (ghc, cabal, haddock etc)
participants (3)
-
Bernardo Barros
-
Michael Xavier
-
Vesa Kaihlavirta