Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Csongor Kiss
Cabal
Commits
89df281c
Unverified
Commit
89df281c
authored
4 years ago
by
Francesco Gazzetta
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7281 from tomjaguarpaw/patch-1
Fix typos
parents
4f95a629
8e2ac1a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release-notes/Cabal-3.4.0.0.md
+3
-3
3 additions, 3 deletions
release-notes/Cabal-3.4.0.0.md
with
3 additions
and
3 deletions
release-notes/Cabal-3.4.0.0.md
+
3
−
3
View file @
89df281c
...
@@ -22,14 +22,14 @@
...
@@ -22,14 +22,14 @@
build-depends: somesublib
build-depends: somesublib
```
```
i
s not us
ing
in-package sublibraries. You have to be explicit and write
doe
s not us
e
in-package sublibraries. You have to be explicit and write
```
cabal
```
cabal
build-depends: thispkg:somesublib
build-depends: thispkg:somesublib
```
```
This fixes an issue
,
where it was impossible to refer to exte
n
ral
This fixes an issue where it was impossible to refer to
an
exter
n
al
library
,
if you had sublibrary of the same name.
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)
-
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment