Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ specify the individual dependencies:
Individual dependencies as objects are only supported from version
`0.31.0`.

When the Cabal file version is 3.4 or greater, a dependency on a named library
component of the same package must use the `package-name:library-name` format
introduced in Cabal file version 3.0.

When a dependency is specified as an object, you can use the `mixin`
field to control what modules from the dependency your program will
see and how its signatures are filled in:
Expand Down