Skip to content

Commit 89df281

Browse files
authored
Merge pull request #7281 from tomjaguarpaw/patch-1
Fix typos
2 parents 4f95a62 + 8e2ac1a commit 89df281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/Cabal-3.4.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
build-depends: somesublib
2323
```
2424

25-
is not using in-package sublibraries. You have to be explicit and write
25+
does not use in-package sublibraries. You have to be explicit and write
2626

2727
```cabal
2828
build-depends: thispkg:somesublib
2929
```
3030

31-
This fixes an issue, where it was impossible to refer to extenral
32-
library, if you had sublibrary of the same name.
31+
This fixes an issue where it was impossible to refer to an external
32+
library if you had a sublibrary of the same name.
3333

3434
- Dependency type refactorings [#5570](https://github.com/haskell/cabal/issues/5570) [#6894](https://github.com/haskell/cabal/issues/6894) [!6768](https://github.com/haskell/cabal/pull/6768) [!6798](https://github.com/haskell/cabal/pull/6798) [!6895](https://github.com/haskell/cabal/pull/6895) [!6896](https://github.com/haskell/cabal/pull/6896) [!6897](https://github.com/haskell/cabal/pull/6897) [!6898](https://github.com/haskell/cabal/pull/6898)
3535

0 commit comments

Comments
 (0)