From 11421054c854aa0acfcab916cdced857f70871db Mon Sep 17 00:00:00 2001
From: Taylor Fausak <taylor@fausak.me>
Date: Wed, 26 Jul 2023 21:06:12 -0500
Subject: [PATCH] Add changeling for #9113

---
 changelog.d/issue-9113 | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 changelog.d/issue-9113

diff --git a/changelog.d/issue-9113 b/changelog.d/issue-9113
new file mode 100644
index 0000000000..8d108c1fba
--- /dev/null
+++ b/changelog.d/issue-9113
@@ -0,0 +1,13 @@
+synopsis: Fix handling of ETag header for remote packages
+packages: cabal-install
+prs: #9116
+issues: #9113
+
+description: {
+
+Remote packages will now be cached regardless of the capitalization of the
+"ETag" header. Previously remote packages would not be cached if the header
+name did not match exactly. Now they will be cached even if the header's
+capitalization is different.
+
+}
-- 
GitLab