We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5baa59 commit b256029Copy full SHA for b256029
Cabal/doc/file-format-changelog.rst
@@ -26,9 +26,16 @@ relative to the respective preceding *published* version.
26
* License fields use identifiers from SPDX License List version
27
``3.8 2020-02-09``
28
29
+* Dependencies to sublibraries have to be specified explicitly,
30
+ even for current package.
31
+ This way you can have an internal library with the same
32
+ name as some external dependency.
33
+
34
* Remove ``-any`` and ``-none`` syntax for version ranges
35
Use ``>=0`` and ``<0`` respectively.
36
37
+* :pkg-field:`mixins` field allow specifying a sublibrary.
38
39
``cabal-version: 3.0``
40
----------------------
41
0 commit comments