This commit is contained in:
2023-01-05 21:47:35 +08:00
parent 8fe26d7042
commit 1a450545f2

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