From 7b1327f76cca74f60fa708ec24b414571d8067ec Mon Sep 17 00:00:00 2001 From: Kobu <63084369+Kobu@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:33:30 +0200 Subject: [PATCH] Add ghc (#129) --- programs/ghc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/ghc.json 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" +} -- 2.47.3