Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
23Skidoo committed May 11, 2016
1 parent 4bf4138 commit 0a956fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/doc/developing-packages.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ If we want to do that, however, it means that the `containers` test suite
executable now uses _two_ versions of `containers`: the version-under-test
and the older, stable version that we have linked `tasty` against.

As of version 1.24, this scenario is supported. The `cabal` solver can make
As of version 1.26, this scenario is supported. The `cabal` solver can make
independent choices for the dependencies of test suites which do not appear
as (direct) dependencies of any other component in the package. In other words,
if the test suite for `containers` _directly_ depends on `containers` (as it
Expand Down
1 change: 1 addition & 0 deletions cabal-install/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Removed the '--root-cmd' parameter of the 'install' command
(#3356).
* Deprecated 'cabal install --global' (#3356).
* Support cycles in test suite dependencies (#3402).

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

0 comments on commit 0a956fc

Please sign in to comment.