-
Notifications
You must be signed in to change notification settings - Fork 207
Cannot do cabal 3.0 build for 8.6.5 #1250
Comments
Apparently cabal 3 doesn't recognize the
This can be fixed by several means:
A short term solution is to put cabal-install 2.x into PATH. Note that projects built with cabal 3 won't work with HIE either, so there's no reason to trying to build it with cabal 3 because it will break later. |
Does cabal 3.0 support |
Is that already the release that drops the old-style builds? |
Has cabal 3.0 been released yet? |
No. However:
|
@nponeccop we build against stackage nightly, not ghc nightly. And we have a number of dependencies, that are intricately tied to the environment. So I would not expect a new cabal to just work, without updates to |
|
I think this should be closed, as wontfix? |
I think this should be addressed soonish. Would be the fix to just use |
I think using |
Actually, the problem seems to be:
Which seems to be replaced by |
This problem is becoming more urgent. The fix, per se, is simple, just check for the version string, before using |
Note that cabal-install-3.0.0.0 had been shiped with |
Perhaps this issue can be unpinned now? |
This is a real bummer. Can we get the 3.0.0.1 soon? |
@wilx the |
Trying to install
cabal-hie-8.6.5
gives me the following error instead:I have ghc-8.6.5 and cabal 3.0 installed locally so I'm presuming this is because somehow the stack temp cabal isn't the right version?
Anyway to fix this or is there something I'm missing?
The text was updated successfully, but these errors were encountered: