From 9d7131bb5bae1826f6b8ec1d4602e614f678ec3d Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Thu, 5 May 2016 14:09:14 +0200 Subject: [PATCH] Update documentation. [ci skip] --- Cabal/doc/developing-packages.markdown | 2 +- cabal-install/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cabal/doc/developing-packages.markdown b/Cabal/doc/developing-packages.markdown index 5e10fa5cc59..070ea04d46c 100644 --- a/Cabal/doc/developing-packages.markdown +++ b/Cabal/doc/developing-packages.markdown @@ -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 diff --git a/cabal-install/changelog b/cabal-install/changelog index df9d9436282..ff176676344 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -14,6 +14,7 @@ (#1823). It was replaced by package candidates. * Fixed various behaviour differences between network transports (#3429). + * Support cycles in test suite dependencies (#3402). 1.24.0.0 Ryan Thomas March 2016 * If there are multiple remote repos, 'cabal update' now updates