Skip to content
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

Bump cabal-version lower bound #390

Merged
merged 1 commit into from
Jun 27, 2020

Conversation

moodmosaic
Copy link
Member

I'm not sure if there was an announcement for it, but it appears that Hackage now rejects packages with cabal-version lower bound less than 1.10:

'cabal-version' must be at least 1.10

And because of 1.10 it's also required to add the default-language field.

It appears that Hackage now rejects packages with cabal-version lower bound
less than 1.10:

  'cabal-version' must be at least 1.10

And because of 1.10 it's also required to add the default-language field.
@moodmosaic moodmosaic merged commit 5d1afd8 into hedgehogqa:master Jun 27, 2020
@moodmosaic moodmosaic deleted the topic/cabal-1.10 branch June 27, 2020 08:52
@HuwCampbell
Copy link
Member

Can you explain why default-language is required? I'm doing an optparse release this week, so will need to do this as well.

@moodmosaic
Copy link
Member Author

Hackage wouldn't allow me to upload the package candidate otherwise. It was giving me an error that the default-language must be specified...

Also doing a build locally yields the same (as warning though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants