Update ghcup bins for alpine, bc these must be explicit

See 22a5ad73
This commit is contained in:
Julian Ospald 2020-08-11 18:27:44 +02:00
parent 34e4ece8b5
commit bc6da15407
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 16 additions and 0 deletions

View File

@ -2500,6 +2500,13 @@
"0.1.8": {
"viArch": {
"A_64": {
"Linux_Alpine": {
"unknown_versioning": {
"dlHash": "7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8"
}
},
"FreeBSD": {
"unknown_versioning": {
"dlHash": "442cdfe1b4525a327d9566e6270f909f7deba21c16dd4c7912537cf67e6cd521",
@ -2523,6 +2530,13 @@
}
},
"A_32": {
"Linux_Alpine": {
"unknown_versioning": {
"dlHash": "18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/i386-linux-ghcup-0.1.8"
}
},
"Linux_UnknownLinux": {
"unknown_versioning": {
"dlHash": "18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde",

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)])
]
)
]