Skip to content

Commit fcc6600

Browse files
committed
Wibbles from Francesco
1 parent f81adf0 commit fcc6600

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release-notes/Cabal-3.10.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Cabal and Cabal-syntax 3.10.1.0 changelog and release notes
33

44
Release 3.10.1.0 of cabal now sets the `--enable-documentation` option by default
55
when running `cabal haddock` (https://github.com/haskell/cabal/issues/7462).
6-
If that new default does not fit your workflow, pass an explicit `--disable-documentation`
6+
If the new default does not fit your workflow, pass an explicit `--disable-documentation`
77
option or consider (helping to implement) the other workarounds proposed
88
in https://github.com/haskell/cabal/issues/8725.
99

release-notes/cabal-install-3.10.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-install and cabal-install-solver 3.10.1.0 changelog and release notes
33

44
Release 3.10.1.0 of cabal now sets the `--enable-documentation` option by default
55
when running `cabal haddock` (https://github.com/haskell/cabal/issues/7462).
6-
If that new default does not fit your workflow, pass an explicit `--disable-documentation`
6+
If the new default does not fit your workflow, pass an explicit `--disable-documentation`
77
option or consider (helping to implement) the other workarounds proposed
88
in https://github.com/haskell/cabal/issues/8725.
99

@@ -161,7 +161,7 @@ are listed here.
161161

162162
- cabal init -i should sanitize package name guessed from the directory name [#8404](https://github.com/haskell/cabal/issues/8404) [#8561](https://github.com/haskell/cabal/pull/8561)
163163

164-
If the current directory name has any non-alphanumeric symbol in its name, the symbol will be replaced with a dash. Also, will make sure that the resulting package name starts with a letter.
164+
If the current directory name has any non-alphanumeric symbols in its name, the symbols will be replaced with a dash. Also, will make sure that the resulting package name starts with a letter.
165165

166166
This worked for cabal init -n already, and this PR only moves code around so that cabal init -i also benefits from this logic.
167167

0 commit comments

Comments
 (0)