-
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
Support for building with ghc-8.8.1 #5132
Comments
It looks like this is work in progress at commercialhaskell/pantry#6 |
That one is merged and #5167 should make Stack buildable with GHC-8.8.2 |
I was running into this recently. I found this simple work-around (after too many failed attempts - that's why I am documenting it here) get sources off hackage via
then build with the compiler that's mentioned in the build log (in that case, 8.6.3) so you get the exact versions of hardwired packages. This won't solve the problem "build with ghc-8.8.?" but it solves the bootstrapping problem "build stack from source". Note that the resulting |
Stack compiles fine with GHC 8.8.3 on FreeBSD. This can be closed, I guess. |
Well
for me. This way of building is inherently unreliable. I mean, that's exactly the problem that Still, I think this is the right goal https://hackage.haskell.org/package/stack |
All my attempts to build
stack
withghc-8.8.1
have failed.cabal install stack
will usually fail while compilingpantry
and I am not aware of any way to work around or fix that issue.openSUSE Linux is about to switch to
ghc-8.8.1
, which means that the distribution can no longer compilestack
. So we would have to drop the tool from our distribution, which feels like a shame.Could you please advice what to do about this situation?
The text was updated successfully, but these errors were encountered: