Update ghcup bins for alpine, bc these must be explicit

See 22a5ad73
This commit is contained in:
2020-08-11 18:27:44 +02:00
parent 34e4ece8b5
commit bc6da15407
2 changed files with 16 additions and 0 deletions

View File

@@ -2164,6 +2164,7 @@ ghcupDownloads = M.fromList
)
, (Darwin , M.fromList [(Nothing, ghcup_64_darwin10_13)])
, (FreeBSD, M.fromList [(Nothing, ghcup_64_freebsd)])
, (Linux Alpine, M.fromList [(Nothing, ghcup_64_linux)])
]
)
, ( A_32
@@ -2171,6 +2172,7 @@ ghcupDownloads = M.fromList
[ ( Linux UnknownLinux
, M.fromList [(Nothing, ghcup_32_linux)]
)
, (Linux Alpine, M.fromList [(Nothing, ghcup_32_linux)])
]
)
]