--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.cabal",
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_CACHE_HOME\"/cabal\n```\n"
+ }
+ ],
+ "name": "cabal"
+}
--- /dev/null
+{
+ "files": [
+ {
+ "path": "$HOME/.stack",
+ "movable": true,
+ "help": "Export the following environment variables:\n\n```bash\nexport STACK_ROOT=\"$XDG_DATA_HOME\"/stack\n```\n"
+ }
+ ],
+ "name": "stack"
+}
\ No newline at end of file