-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cannot compile with Cabal-1.22 #3
Comments
That's because for pre-7.10 I avoid boilerplate via With Cabal 1.24 we will finally be able to specify build-dependencies for the Setup.hs script. Since you're already using Cabal 1.22 which is newer than the Cabal version bundled with GHC |
This will help address #3 once Cabal 1.24 is released
@amigalemming btw, you could try to |
On Sun, 3 Jan 2016, Herbert Valerio Riedel wrote:
My only problem is to wait for Cabal-1.24. :-) |
Cabal 1.24 is out! Shouldn't the build now have, for correct semantics, -cabal-version: >=1.10
+cabal-version: >=1.24 OTOH, I understand that users of Cabal 1.20 and older versions are better served with the current Cabal file... so maybe you just want to suggest 1.22 users to upgrade cabal-install to 1.24 in the compilation error? Now, I came across this package because this dependency is not yet supported in Stack, and I'm figuring out how to fix this scenario. |
@Blaisorblade this is a bit of a gray area. There's also that technical debt in older cabal versions which made it cope badly with newer specified |
Makes sense, and 1.22 users at least get an error. |
With GHC-7.4.2 I get
Similar result for GHC-7.8.4.
The text was updated successfully, but these errors were encountered: