From: Erlend Hamberg Date: Sun, 9 Mar 2025 22:18:24 +0000 (+0100) Subject: Add GHCi (#460) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a964a4a4a9b2e34eb3f684f72f5c751c18b27348 Add GHCi (#460) --- diff --git a/programs/ghci.json b/programs/ghci.json new file mode 100644 index 0000000..91a68c7 --- /dev/null +++ b/programs/ghci.json @@ -0,0 +1,10 @@ +{ + "name": "ghci", + "files": [ + { + "path": "$HOME/.ghci", + "movable": true, + "help": "Reading .ghci from $XDG_CONFIG_HOME is now supported by GHCi, so the file can be moved to _$XDG_CONFIG_HOME/.ghci_.\n" + } + ] +}