Here is out-dated version from AUR though. https://aur.archlinux.org/packages/haskell-platform/
Haskell Platform 2013.2.0.0
11–20 of 58 posts
Re: Haskell Platform 2013.2.0.0
#12Can somebody elaborate what is this? Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?
Re: Haskell Platform 2013.2.0.0
#13Link to Arch Linux package is broken. Here is out-dated version from AUR though. https://aur.archlinux.org/packages/haskell-platform/
Re: Haskell Platform 2013.2.0.0
#14Link to Arch Linux package is broken. Here is out-dated version from AUR though. https://aur.archlinux.org/packages/haskell-platform/
This is not necessarily bad. I like to develop in Arch because it usually comes with future versions that will eventually make it into the platform (I have the GHC version in mind, mostly). However, if you want to distribute your code widely, you'd better be sure it builds properly with the current Haskell platform.
Re: Haskell Platform 2013.2.0.0
#15Can somebody elaborate what is this? Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?
It is the "batteries included" version of Haskell that comes with basically everything you need to write production ready software. There are obviously a lot of useful packages on `cabal`, but they are mostly useful so that you don't have to recreate the wheel (or want to do web-dev).
Re: Haskell Platform 2013.2.0.0
#16The Haskell platform is the perfect place to start with Haskell--it comes with the compiler, some useful tools (like cabal, Haskell's package manager) and a core set of well-tested and well-supported libraries. If you have been considering Haskell, this is a great time to go for it! I'm particularly excited by the updated OpenGL and GLUT bindings. Graphics is currently not Haskell's strong suit, but I think this migh…
there is a really primative FPS shooter up on the haskell wiki, but its really not well structured.
Re: Haskell Platform 2013.2.0.0
#17Re: Haskell Platform 2013.2.0.0
#18I already have ghc-7.6.3 installed and up to date cabal. What do I get by installing haskell-platform that I don't have right now? AFAIU Haskell Platform is just a vetted list of packages bundled with GHC?
Re: Haskell Platform 2013.2.0.0
#19Can somebody elaborate what is this? Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?
http://www.linuxlinks.com/article/20130316105209238/BestFree...
http://www.reddit.com/r/haskell/comments/1af3iw/9_best_free_...
___________
this is a good intro slide deck: http://fvisser.nl/post/2013/april/23/slide-cfams-talk.html
Re: Haskell Platform 2013.2.0.0
#20As a HP user, the wait for ghc-7.6 to be incorporated has been too long imho.