-
Notifications
You must be signed in to change notification settings - Fork 91
Is Full platform 8.6.3 available? #318
Comments
Indeed we’re only producing core builds now. Cf
https://mail.haskell.org/pipermail/haskell-cafe/2018-December/130371.html
This is a good reminder we need to update the page to reflect this.
|
But https://www.haskell.org/platform/contents.html informs already about content Full platform ? |
Indeed. We're maintaining the package listing of recommended versions of the full set. We're just not providing full builds, since their use is now discouraged. |
This is a problem for the network package. It doesn't install via the core haskell platform, but does work under the full version (I assume because it ships as part of it). |
I take that back, I just tried it out on a windows partition and the network package installed it fine with haskell core. Perhaps the problems others are having are down to #320 . |
I've had a spate of windows people failing to get the haskell platform working with tidalcycles today. The error I get from ghci:
|
Yeep. This sounds like it may be a new issue with the 3.0 release of network. Perhaps either @Mistuke or @kazu-yamamoto can weigh in? (That said it appears this was first added as a function in network 2.7: https://github.com/haskell/network/blob/9f76de6ebbce081eb3c1408061eeb6d560614f54/CHANGELOG.md#version-2700) One workaround for now might be, if possible, to constrain them to install with a lower version of network? |
This seems to indicate that configure put out something incorrect. That function shouldn't work on windows since Can you post the |
Unfortunately I don't have access to the computer any more. |
It seems the problem is this commit haskell/network@3fa7caa#diff-67e997bcfdac55191033d57a16d1408a which removed the configure checks without adding the library dependency for Windows. unfortunately the CI only checks for building network, not if it's usable. I'll fix it and beef up the CI. |
Ah no, it does run the testsuite,we're just missing a test that loads this offending module or uses ghci. |
Excellent news, thanks very much! This will make life a lot easier for me. |
Both "Minimal installers" and "Haskell Platform" lead to https://www.haskell.org/platform/windows.html There are only Download Core … buttons
The text was updated successfully, but these errors were encountered: