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

Compatibility with Cabal 2.2 and hpack 2.28 #343

Closed
wants to merge 1 commit into from

Conversation

bgamari
Copy link
Contributor

@bgamari bgamari commented Mar 25, 2018

This introduces compatibility with Cabal 2.2 and hpack 2.28. There were a few interesting changes:

  • Cabal's FlagAssignment is now a distinct type
  • Cabal now has a new parsec-based package description parser
  • Cabal now provides various NFData instances which were previously defined as orphans.
  • Cabal's licenses are now given as SPDX names
  • hpack refactored various interfaces

Compatibility with older Cabal releases has been preserved.

@bgamari
Copy link
Contributor Author

bgamari commented Mar 25, 2018

Sigh, I just noticed this was already and my fork was simply out of date.

@bgamari bgamari closed this Mar 25, 2018
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

1 participant