<div dir="ltr"><div style="word-wrap:break-word"><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px">Dear all,</div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px">As you know, Mark has passed on the Haskell Platform maintainer hat to me. </div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px">I wanted to give a heads-up on current plans to keep folks in the loop. This message has three sections, first the 7.10.3 release, next the 8.0 release, and finally some general musings on fiddly details and future plans.</div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px">1) 7.10.3</div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px">The 7.10.3 release candidates have been out for windows and unix for a bit. As I understand it there is still work underway on the mac build, but that will hopefully be coming shortly. The plan is to release a new platform roughly simultaneously. This platform will work essentially as in the past, for two reasons. First, because it is the last release in the 7.10 series and should be seen like the 7.10.3 compiler as just incorporating some necessary patches rather than any serious changes. Furthermore, the future plans underway rely on a few patches to cabal which have been merged, but are not yet in any existing cabal-install release. A few packages have received minor version bumps, as follows:</div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px;margin:0px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">PACKAGE           7.10.2-a   latest</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">------------------------------</span><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">-------------</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">case-insensitive  1.2.0.4   1.2.0.5</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">fgl               5.5.2.0   5.5.2.3</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">GLUT              2.7.0.1   2.7.0.3</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">GLURaw            1.5.0.1   1.5.0.2</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">HUnit             1.2.5.2   1.3.0.0</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">OpenGL            2.12.0.1  2.13.1.0</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">OpenGLRaw         2.5.1.0   2.6.0.0</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">primitive         0.6       0.6.1.0</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">syb               0.5.1     0.6</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">scientific        0.3.3.8   0.3.4.2</span><br style="font-family:'Courier New',sans-serif;font-size:13.3333px"><span style="font-family:'Courier New',sans-serif;font-size:13.3333px">StateVar          1.1.0.0   1.1.0.1</span><br></div><br><div></div></div><div style="word-wrap:break-word">A few packages were held back due to dependency issues (notably zlib) and additionally, packages shipped with ghc were held back to the versions that will be shipped with 7.10.3.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">2) 8.0</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">We also plan to ship a new platform concurrently with the ghc 8.0 that should be released early next year.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">That platform will implement some long-discussed and requested changes. First, the platform already ships with msys on windows. However, it does not do so in a way that lets you, as with minGHC, install the network library directly, or for that matter install directly other libraries that use build-type configure. This is because the msys binaries don't get placed into the path, by design. The new platform will ship with a newer cabal, incorporating a patch (pull request #2480) that uses the extra-prog-path setting for build-type: configure. This should allow network and other things reliant on build-type: configure to directly cabal install. The goal for the platform on windows will be that any packages binding to msys libraries _should_ be cabal installable without hassle. If you maintain a library that you think would be a good test-case for this, please drop a line so we can work together towards this goal.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Second, the default platform will be _minimal_. That is to say that it will _only_ install into the global package database those packages that are directly shipped with ghc, and not any additional platform packages. </div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">"Blessed" platform packages will however still be shipped as a "default user cabal.config" file, so in a setting where users want to work unsandboxed, their versions of platform libs will remain pegged to those chosen by the platform, should they not choose to alter their settings. In a sandboxed setting, or in the presence of a local cabal.config generated by a freeze, those constraints will be disregarded.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Furthermore, it is likely but not certain that the "nix-like cabal" or "no-reinstall cabal" will be available for the 8.0 release. If this is the case, users will be able to operate in an unsandboxed environment without conflicts, as multiple instances of the same version of a package, with different dependency choices, will be able to live side-by-side.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Third, the platform will ship not only with cabal-install, but also with the stack tool, so that users can choose either workflow, depending on their project or preferences. A number of people have adopted the stack tool, and many beginners have reported success with it as well, so it will be good to provide that functionality out of the box with every platform install.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Time and resources permitting we would also like to ship a platform version _with_ the platform libraries prebuilt and included, as that is also a use case that some people continue to like. However, this is a secondary priority, and contingent on us getting our build infrastructure into a good enough shape to make this not too much extra hassle.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">I'm excited about these changes, and confident we can get their in a timespan that matches the 8.0 release of ghc.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">3) Generalities</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">As I mentioned, it would be good to have a more uniform build infrastructure. Generally, I have put out some feelers and am working towards extending the ghc nightly buildbot infrastructure to both cover more platforms and also cover more tools -- not only ghc, but cabal, the platform, perhaps haddock, ghcjs, etc. This way we can get an economy of scale and many of our core tools will be able to all share regular automated builds across many platforms. If you like CI/buildbot systems and would like to help out with this project, please reach out. </div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Also, once we've modernized and fixed up the core platform installer tech, it would be nice to move back to the process of making the platform a good set of blessed libraries -- taking more proposals for additions to it, looking to cull libraries that are no longer widely used, etc. As part of this I intend to move the haskell-platform list off our deprecated <a href="http://community.haskell.org">community.haskell.org</a> infrastructure and onto <a href="http://mail.haskell.org">mail.haskell.org</a> with our other active lists.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Finally, I'm happy to be maintainer of the platform through this period of change and transition, but at some future point, as things get sorted out and the release process becomes more standard and mechanical, I would very much like to pass this responsibility on. I have had some nibbles of offers, but if other people want to begin to get involved, please let me know and we can start to get small contributions from you so that you can become familiar with the various tech and systems involved.</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">The Haskell ecosystem is a team effort, a collective project, and volunteer driven. In my modest experience hacking on the various systems involved (cabal, cabal-install, hackage, the platform build, etc.) some are a bit confusing, but I have always found helpful contributors willing to explain things and review patches, and to help think about and diagnose problems. And none of the code has been as confusing as things I've had to wade through for employment-related purposes :-). So when this stuff doesn't work as well as we'd like, we can investigate together, and then put our heads together and figure out how to improve it together. Furthermore, it can be very satisfying to do so, because the impact of those improvements makes itself widely felt. I look forward to more people joining in!</div><div style="word-wrap:break-word"><br></div><div style="word-wrap:break-word">Best,</div><div style="word-wrap:break-word">Gershom</div></div>