From 99fc71e5bcd50f5b3f57196d60b70f4774fed684 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 2 Feb 2018 14:58:25 -0500 Subject: [PATCH] Update Cabal/changelog with buildDepends removal Forgot to do this in #4383 [skip ci] --- Cabal/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cabal/changelog b/Cabal/changelog index 7dcd28fd666..a6a4410df0c 100644 --- a/Cabal/changelog +++ b/Cabal/changelog @@ -49,6 +49,10 @@ * Pretty-printing of .cabal files is slightly different due to parser changes. For an example, see https://mail.haskell.org/pipermail/cabal-devel/2017-December/010414.html. + * `buildDepends` is removed from `PackageDescription`. It had long been + uselessly hanging about as top-level build-depends already got put + into per-component condition trees anyway. Now it's finally be put out + of its misery. * TODO 2.0.1.1 Mikhail Glushenkov December 2017