-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack does not support yet Ubuntu 16.10 #2542
Comments
Does anyone know what's involved in building a GHC bindist that works on Ubuntu 16.10? Is it just a matter of building the bindist on Ubuntu 16.10? |
For 7.10.3 one could look at the Ubuntu patches IIUC (in the worst case). Or you could ping HVR if you think it's appropriate (I didn't just to avoid spamming notifications). |
I looked at http://packages.ubuntu.com/yakkety/haskell/ghc and its changelog, and the relevant patches seem to be
Relevant code in debian/rules:
|
After some trial-and-error, it turns out that the configure options GHC was built with don't matter for this case, only the ones that it was installed with (which affect the runtime settings in |
@hvr reported this in https://mail.haskell.org/pipermail/haskell-community/2016-August/000136.html. Let me quote:
While that distro is in beta, it'd be good to address the trouble before that Ubuntu is released (which should be on October 13th).
The text was updated successfully, but these errors were encountered: