We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bdaca commit 3e9a42fCopy full SHA for 3e9a42f
changelog.d/pr-7402
@@ -0,0 +1,13 @@
1
+synopsis: changes to cabal v2-configure
2
+packages: cabal-install
3
+prs: #7402
4
+issues: #5591 #7180 #7405
5
+
6
+description: {
7
8
+- Removes the --dry-run part of the v2-configure command
9
+- Adds an --append flag to v2-configure, which allows new configuration to be appended to the old config file
10
+- Adds an --overwrite flag to v2-configure, which disables the backup feature for the config file
11
+- Includes unit tests for everything
12
13
+}
0 commit comments