From: Kobu <63084369+Kobu@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:33:30 +0000 (+0200) Subject: Add ghc (#129) X-Git-Tag: v0.2.0.2~181 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7b1327f76cca74f60fa708ec24b414571d8067ec?ds=inline Add ghc (#129) --- diff --git a/programs/ghc.json b/programs/ghc.json new file mode 100644 index 0000000..800aa65 --- /dev/null +++ b/programs/ghc.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ghc", + "movable": false, + "help": "Currently unsupported.\n" + } + ], + "name": "GHC" +}