aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-01-19 15:41:40 +0100
committerDaniel Gröber <dxld@darkboxed.org>2018-01-19 16:42:58 +0100
commit976c953443bb61943333ee8d0e25aace1b84d42a (patch)
treec8caf74bc387b05fa106489e99e61c2a6efb8d9d /cabal-helper.cabal
parenta5a45897ae12a2e60351b089a272865519dc7811 (diff)
Fix docs
..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci]
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 79a67a0..a39b715 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -22,8 +22,8 @@ description:
which is fairly likely since cabal-install is usually linked statically, we
have support for compiling the Cabal library also. In this case the library
is installed into a private, isolated, package database in
- @$XDG_CACHE_DIR/cabal-helper@ so as to not interfere with the user's package
- database.
+ @$XDG_CACHE_HOME/cabal-helper@ so as to not interfere with the user's
+ package database.
license: AGPL-3
license-file: LICENSE
license-files: LICENSE LICENSE.cabal-dependency-licenses