Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Mark Lentczner
The status is: *Good-to-Go!* The new-build branch of Haskell Platform is in pretty great shape: - One consistent build system using Shake - Builds source tarball - Builds linux distribution tarball - Builds Mac installer - Builds in one command line from a GHC bindist to end-user

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Johan Tibell
Thanks Mark! Notes on my packages: * hashable can be bumped to 1.2.2.0. * network can be bumped to 2.4.2.3 * unordered-containers can be bumped to 0.2.4.0 ___ ghc-devs mailing list ghc-devs@haskell.org

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Don Stewart
Well done! On Wednesday, 9 July 2014, Mark Lentczner mark.lentcz...@gmail.com wrote: The status is: *Good-to-Go!* The new-build branch of Haskell Platform is in pretty great shape: - One consistent build system using Shake - Builds source tarball - Builds linux distribution

Re: Status of Haskell Platform 2014.2.0.0

2014-07-09 Thread Gregory Collins
On Wed, Jul 9, 2014 at 5:01 PM, Mark Lentczner mark.lentcz...@gmail.com wrote: The status is: *Good-to-Go!* Great work guys, this is a fantastic cleanup. G -- Gregory Collins g...@gregorycollins.net ___ ghc-devs mailing list ghc-devs@haskell.org

HaRe and incremental type checking / type inference

2014-07-09 Thread AlanKim Zimmerman
I have hit a problem in HaRe when lifting a declaration from e.g. a where clause of a function to the top level, where there is a type signature of any complexity. e.g lifting 'baz' from function 'foo' below -- foo a = baz where baz :: Int baz = xx 1 a xx

7.8.3 source tarball imminent

2014-07-09 Thread Austin Seipp
Hello *, The 7.8.3 source tarball is imminent. I'll be creating it as soon as my build is done. I expect it will take an hour or so to finish. Note that I have not yet pushed the tag (which will mark the official release version), but everything should be just fine. I'm simply a bit paranoid and