]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
user should change paths in the cabal config file as well (#87)
authorAntoine Stevan <44101798+a2n-s@users.noreply.github.com>
Mon, 6 Jun 2022 19:51:03 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 19:51:03 +0000 (19:51 +0000)
Co-authored-by: a2n-s <44101798+AntoineStevan@users.noreply.github.com>
programs/cabal.json

index 862798754049e9bc90673d815f6579086494d3d9..b3e546cc144d157686c1718f226a4e1278c0f633 100644 (file)
@@ -3,7 +3,7 @@
         {
             "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_DATA_HOME\"/cabal\n```\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport CABAL_CONFIG=\"$XDG_CONFIG_HOME\"/cabal/config\nexport CABAL_DIR=\"$XDG_DATA_HOME\"/cabal\n```\n\n_cabal_ might also require you to edit your new _XDG_CONFIG_HOME/cabal/config_ file by replacing all mentions of _~/.cabal_ with either _XDG_CONFIG_HOME/cabal_ or _XDG_DATA_HOME/cabal_."
         }
     ],
     "name": "cabal"