Compare commits

...

2 Commits

Author SHA1 Message Date
Julian Ospald 3d55675765
Add ghcup-0.1.9 2020-08-14 09:48:57 +02:00
Julian Ospald bc6da15407
Update ghcup bins for alpine, bc these must be explicit
See 22a5ad73
2020-08-11 18:27:44 +02:00
2 changed files with 34 additions and 18 deletions

View File

@ -2497,37 +2497,51 @@
}
},
"GHCup": {
"0.1.8": {
"0.1.9": {
"viArch": {
"A_64": {
"Linux_Alpine": {
"unknown_versioning": {
"dlHash": "d779ada6156b08da21e40c5bf218ec21d1308d5a9e48f7b9533f56b5d063a41c",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/x86_64-linux-ghcup-0.1.9"
}
},
"FreeBSD": {
"unknown_versioning": {
"dlHash": "442cdfe1b4525a327d9566e6270f909f7deba21c16dd4c7912537cf67e6cd521",
"dlHash": "5fca520307d9d888b4536c394fafea590104a1f4fb5d5fb5a9f738ee7b473dd9",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-portbld-freebsd-ghcup-0.1.8"
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/x86_64-portbld-freebsd-ghcup-0.1.9"
}
},
"Darwin": {
"unknown_versioning": {
"dlHash": "b6efc25013a20734e93ad7ae4ecf319f19eeee2129d515d568ccf0003f26615f",
"dlHash": "58ad3bbdb9cbbc7599364c39013bd25394b2cc123645c91fea9dd10c1198d035",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-apple-darwin-ghcup-0.1.8"
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/x86_64-apple-darwin-ghcup-0.1.9"
}
},
"Linux_UnknownLinux": {
"unknown_versioning": {
"dlHash": "7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9",
"dlHash": "d779ada6156b08da21e40c5bf218ec21d1308d5a9e48f7b9533f56b5d063a41c",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8"
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/x86_64-linux-ghcup-0.1.9"
}
}
},
"A_32": {
"Linux_Alpine": {
"unknown_versioning": {
"dlHash": "ad7faf32665d19ced5dc636c0a0c1b14995c530fbd26ca88705a08498b572145",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/i386-linux-ghcup-0.1.9"
}
},
"Linux_UnknownLinux": {
"unknown_versioning": {
"dlHash": "18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde",
"dlHash": "ad7faf32665d19ced5dc636c0a0c1b14995c530fbd26ca88705a08498b572145",
"dlSubdir": null,
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.8/i386-linux-ghcup-0.1.8"
"dlUri": "https://downloads.haskell.org/~ghcup/0.1.9/i386-linux-ghcup-0.1.9"
}
}
}

View File

@ -1078,30 +1078,30 @@ cabal_3200_64_alpine = DownloadInfo
ghcup_32_linux :: DownloadInfo
ghcup_32_linux = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.8/i386-linux-ghcup-0.1.8|]
[uri|https://downloads.haskell.org/~ghcup/0.1.9/i386-linux-ghcup-0.1.9|]
Nothing
"18ab162920cea662feae4b08f39d3879e9e416fde7b734afd8072c39d3c43cde"
"ad7faf32665d19ced5dc636c0a0c1b14995c530fbd26ca88705a08498b572145"
ghcup_64_linux :: DownloadInfo
ghcup_64_linux = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-linux-ghcup-0.1.8|]
[uri|https://downloads.haskell.org/~ghcup/0.1.9/x86_64-linux-ghcup-0.1.9|]
Nothing
"7ffcd4c3de156e895b648c75a36c762be2a4932883f3cd598f7a483c97d4a8a9"
"d779ada6156b08da21e40c5bf218ec21d1308d5a9e48f7b9533f56b5d063a41c"
ghcup_64_freebsd :: DownloadInfo
ghcup_64_freebsd = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-portbld-freebsd-ghcup-0.1.8|]
[uri|https://downloads.haskell.org/~ghcup/0.1.9/x86_64-portbld-freebsd-ghcup-0.1.9|]
Nothing
"442cdfe1b4525a327d9566e6270f909f7deba21c16dd4c7912537cf67e6cd521"
"5fca520307d9d888b4536c394fafea590104a1f4fb5d5fb5a9f738ee7b473dd9"
ghcup_64_darwin10_13 :: DownloadInfo
ghcup_64_darwin10_13 = DownloadInfo
[uri|https://downloads.haskell.org/~ghcup/0.1.8/x86_64-apple-darwin-ghcup-0.1.8|]
[uri|https://downloads.haskell.org/~ghcup/0.1.9/x86_64-apple-darwin-ghcup-0.1.9|]
Nothing
"b6efc25013a20734e93ad7ae4ecf319f19eeee2129d515d568ccf0003f26615f"
"58ad3bbdb9cbbc7599364c39013bd25394b2cc123645c91fea9dd10c1198d035"
@ -2149,7 +2149,7 @@ ghcupDownloads = M.fromList
)
, ( GHCup
, M.fromList
[ ( [vver|0.1.8|]
[ ( [vver|0.1.9|]
, VersionInfo
[Recommended, Latest]
(Just
@ -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)])
]
)
]