-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog for cabal-init changes so far
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
synopsis: `cabal init` defaults to `cabal-version: 2.4` | ||
prs: #6607 | ||
synopsis: Various `cabal init` improvements | ||
packages: cabal-install | ||
prs: #6619 #6661 #6641 #6650 #6603 #6632 #6607 | ||
|
||
description: { | ||
- Default to `cabal-version: 2.4` | ||
- `cabal` doesn't force a default license choice anymore | ||
- Licenses are always asked using SPDX expression | ||
- Fix an infinite loop when invalid license was passed on command line | ||
- `Setup.hs` is not written anymore | ||
|
||
TODO: complete the description | ||
} |