Remove trailing whitespace
[cabal.git] / changelog.d / issue-8405
blob5ed2759fec964e334fdd7ecce22a9a59d302ac60
1 synopsis: `cabal man` handles $PAGER containing arguments now
2 packages: cabal-install
3 prs: #8353
4 issues: #8405
6 description: {
8 Things like `PAGER="less -FX" cabal man` work now.
10 There's a slight change in the default behavior. We still use `less -R` as the default,
11 but if the user passes `PAGER=less`, we won't add -R to that, unlike before. This is
12 reasonable, as the user should be able to set the variable as they see fit.