Skip to content

Commit 0a956fc

Browse files
committed
Update documentation.
[ci skip]
1 parent 4bf4138 commit 0a956fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cabal/doc/developing-packages.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ If we want to do that, however, it means that the `containers` test suite
12651265
executable now uses _two_ versions of `containers`: the version-under-test
12661266
and the older, stable version that we have linked `tasty` against.
12671267

1268-
As of version 1.24, this scenario is supported. The `cabal` solver can make
1268+
As of version 1.26, this scenario is supported. The `cabal` solver can make
12691269
independent choices for the dependencies of test suites which do not appear
12701270
as (direct) dependencies of any other component in the package. In other words,
12711271
if the test suite for `containers` _directly_ depends on `containers` (as it

cabal-install/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Removed the '--root-cmd' parameter of the 'install' command
55
(#3356).
66
* Deprecated 'cabal install --global' (#3356).
7+
* Support cycles in test suite dependencies (#3402).
78

89
1.24.0.0 Ryan Thomas <[email protected]> March 2016
910
* If there are multiple remote repos, 'cabal update' now updates

0 commit comments

Comments
 (0)