Skip to content
Snippets Groups Projects
Unverified Commit 8e2ac1a5 authored by tomjaguarpaw's avatar tomjaguarpaw Committed by GitHub
Browse files

Fix typos

parent 4f95a629
No related branches found
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