Update ghcup to 0.1.8 and add ghc-8.8.4 support

Need to make the apt install function not error whenever it returns a
non-zero exit code, because ghc-8.8.4 isn't available via apt just yet
This commit is contained in:
Luke Lau
2020-07-23 12:35:18 +01:00
parent 34d7e72d93
commit d8110230de
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
{
"ghc": [
"8.10.1",
"8.8.4",
"8.8.3",
"8.8.2",
"8.8.1",