@@ -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)])
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user