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
, TagNotFound
, DigestError
, ContentLengthError
, GPGError
, DownloadFailed
, DirNotEmpty
@ -605,6 +606,7 @@ getGHCupInfo = do
flip runReaderT settings
. runE
@'[ DigestError
, ContentLengthError
, GPGError
, JSONError
, DownloadFailed