You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/Cabal-3.4.0.0.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@
22
22
build-depends: somesublib
23
23
```
24
24
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
26
26
27
27
```cabal
28
28
build-depends: thispkg:somesublib
29
29
```
30
30
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.
33
33
34
34
- 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 commit comments