ANNOUNCE: The Haskell Platform 2009.2.0.1

We're pleased to announce the second release of the Haskell Platform: a single, standard Haskell distribution for everyone. The specification, along with installers (including Windows and Unix installers for a full Haskell environment) are available. Download the Haskell Platform 2009.2.0.1: http://hackage.haskell.org/platform/ The Haskell Platform is a blessed library and tool suite for Haskell distilled from Hackage, along with installers for a wide variety of systems. It saves developers work picking and choosing the best Haskell libraries and tools to use for a task. Distro maintainers that support the Haskell Platform can be confident they're fully supporting Haskell as the developers intend it. Developers targetting the platform can be confident they have a trusted base of code to work with. What you get: http://hackage.haskell.org/platform/contents.html With regular time-based releases, we expect the platform will grow into a rich, indispensable development environment for all Haskell projects. Please note that this is a beta release. We do not expect all the installers to work perfectly, nor every developer need met, and we would appreciate feedback. You can help out by packaging the platform for your distro, or reporting bugs and feature requests, or installing Haskell onto your friends' machines. The process for adding new tools and libraries will be outlined in coming weeks. The Haskell Platform would not have been possible without the hard work of the Cabal development team, the Hackage developers and maintainers, the individual compiler, tool and library authors who contributed to the suite, and the distro maintainers who build and distribute the Haskell Platform. Thanks! -- The Platform Infrastructure Team

Thanks a lot to all working on this. This is just a small experience report. I successfully installed the HP on a borrowed windows XP professional, version 5.1.2600. It was very smooth. It felt like a largeish install; I was glad I had a fast link. Afterward I had a GHC submenu in start menu -> all programs. (I renamed it Haskell since my girlfriend has at least heard me ramble on about that.) Opening a standard CMD prompt, I ghc-pkg and cabal worked just as usual - great. My first cabal install failed, telling me I needed to cabal update first. After that, cabal install worked just fine until I tried some regex libs: regex-posix failed with a bunch of errors, the first being could not find regex.h. I installed the latest stable cygwin with default options and tried again with: cabal install regex-posix --extra-include-dirs=/cygwin/usr/include --extra-lib-dirs=/cygwin/usr/lib. This worked fine. regex-pcre failed telling me I needed the pcre c library. The basic cygwin install didn't affect this. That's as far as I got. Best - Simon
participants (3)
-
Don Stewart
-
Matthijs Kooijman
-
Simon Michael