Skip to content

Commit b6772d8

Browse files
committed
Update documentation.
[ci skip]
1 parent b19d15f commit b6772d8

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
@@ -12,6 +12,7 @@
1212
tracetree package. Mainly intended for debugging (#3410).
1313
* Removed the '--check' option from 'cabal upload'
1414
(#1823). It was replaced by package candidates.
15+
* Support cycles in test suite dependencies (#3402).
1516

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

0 commit comments

Comments
 (0)