From 976c953443bb61943333ee8d0e25aace1b84d42a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Fri, 19 Jan 2018 15:41:40 +0100 Subject: Fix docs ..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci] --- src/CabalHelper/Shared/InterfaceTypes.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -} -- cgit v1.2.3