forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update most examples to
cabal
3.0 (haskell#7942)
The main issue being: current examples contain pre-SPDX identifiers which causes `cabal check` to warn about it being an unknown SPDX license identifier. Although there is an example that demonstrates `cabal` 2.0 specifically, hence why I left that one out. The remaining examples I have bumped up to `3.0`, and have updated the license field to an SPDX compliant identifier. * Fix ordering of `cabal-version` since newer versions required it to be at the top, as well as changed `Extensions` to `Default-Extensions`. * Fix missing `default-language` fields * Fix missing `license-field` * `Extensions` -> `Default-Extensions`
- Loading branch information
Showing
1 changed file
with
93 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters