This commit is contained in:
Julian Ospald 2023-01-05 21:47:35 +08:00
parent 8fe26d7042
commit 1a450545f2
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F

View File

@ -422,6 +422,7 @@ install' _ (_, ListResult {..}) = do
, BuildFailed , BuildFailed
, TagNotFound , TagNotFound
, DigestError , DigestError
, ContentLengthError
, GPGError , GPGError
, DownloadFailed , DownloadFailed
, DirNotEmpty , DirNotEmpty
@ -605,6 +606,7 @@ getGHCupInfo = do
flip runReaderT settings flip runReaderT settings
. runE . runE
@'[ DigestError @'[ DigestError
, ContentLengthError
, GPGError , GPGError
, JSONError , JSONError
, DownloadFailed , DownloadFailed