Skip to content

Commit 37325ca

Browse files
committed
Update documentation.
[ci skip]
1 parent 5b50631 commit 37325ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-*-change-log-*-
22

33
1.25.x.x (current development version)
4-
* TODO
4+
* Support cycles in test suite dependencies (#3402).
55

66
1.24.0.0 Ryan Thomas <ryan@ryant.org> March 2016
77
* If there are multiple remote repos, 'cabal update' now updates

0 commit comments

Comments
 (0)