From e348de8dc4c39131b37f67130d311f3460b239c1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Jul 2020 19:16:01 +0200 Subject: [PATCH] Drop unused error variants --- app/ghcup/BrickMain.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/ghcup/BrickMain.hs b/app/ghcup/BrickMain.hs index 20d01c4..67eea69 100644 --- a/app/ghcup/BrickMain.hs +++ b/app/ghcup/BrickMain.hs @@ -205,13 +205,10 @@ install' AppState {..} (_, ListResult {..}) = do #if !defined(TAR) , ArchiveResult #endif - , DistroNotFound , FileDoesNotExistError , CopyError - , NoCompatibleArch , NoDownload , NotInstalled - , NoCompatiblePlatform , BuildFailed , TagNotFound , DigestError