Skip to content
Snippets Groups Projects
Unverified Commit 89df281c authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

Merge pull request #7281 from tomjaguarpaw/patch-1

Fix typos
parents 4f95a629 8e2ac1a5
Branches master
No related tags found
No related merge requests found
......@@ -22,14 +22,14 @@
build-depends: somesublib
```
is not using in-package sublibraries. You have to be explicit and write
does not use in-package sublibraries. You have to be explicit and write
```cabal
build-depends: thispkg:somesublib
```
This fixes an issue, where it was impossible to refer to extenral
library, if you had sublibrary of the same name.
This fixes an issue where it was impossible to refer to an external
library if you had a sublibrary of the same name.
- 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment