Add “Ignore warning” option to cabal check
[cabal.git] / changelog.d / issue-9113
blob8d108c1fba1ea69304191803a6ff32848b1c5752
1 synopsis: Fix handling of ETag header for remote packages
2 packages: cabal-install
3 prs: #9116
4 issues: #9113
6 description: {
8 Remote packages will now be cached regardless of the capitalization of the
9 "ETag" header. Previously remote packages would not be cached if the header
10 name did not match exactly. Now they will be cached even if the header's
11 capitalization is different.