From 6718f4fcca59aedfeedc718e0bb80e17b19e3b7b Mon Sep 17 00:00:00 2001 From: Gershom Bazerman <gershom@arista.com> Date: Fri, 23 Dec 2022 20:27:20 -0500 Subject: [PATCH] changelog --- changelog.d/pr-8498 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog.d/pr-8498 diff --git a/changelog.d/pr-8498 b/changelog.d/pr-8498 new file mode 100644 index 0000000000..b285ef0210 --- /dev/null +++ b/changelog.d/pr-8498 @@ -0,0 +1,11 @@ +synopsis: improve install target handling logic regarding of project files +packages: cabal-install +issues: #8352 #8094 +prs: #8498 + +description: { + +- fixes an issue where cabal install pkg-x.y.z fails unless --ignore-project is given +- fixes an issue where cabal install --ignore-project crashes when project file is present + +} -- GitLab