diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-01-19 15:41:40 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-19 16:42:58 +0100 |
commit | 976c953443bb61943333ee8d0e25aace1b84d42a (patch) | |
tree | c8caf74bc387b05fa106489e99e61c2a6efb8d9d /src/CabalHelper | |
parent | a5a45897ae12a2e60351b089a272865519dc7811 (diff) |
Fix docs
..its called XDG_CACHE_HOME not XDG_CACHE_DIR.
[skip ci]
Diffstat (limited to 'src/CabalHelper')
-rw-r--r-- | src/CabalHelper/Shared/InterfaceTypes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Shared/InterfaceTypes.hs b/src/CabalHelper/Shared/InterfaceTypes.hs index 2f2e6a3..bff0f56 100644 --- a/src/CabalHelper/Shared/InterfaceTypes.hs +++ b/src/CabalHelper/Shared/InterfaceTypes.hs @@ -25,7 +25,7 @@ executable, using Show/Read. If any types in this module change the major version must be bumped since this will be exposed in the @Distribution.Helper@ module. -The cached executables in @$XDG_CACHE_DIR/cabal-helper@ use the cabal-helper +The cached executables in @$XDG_CACHE_HOME/cabal-helper@ use the cabal-helper version (among other things) as a cache key so we don't need to worry about talking to an old executable. -} |