Skip to content

Commit 226fc87

Browse files
committed
Warns users about non-ghcup channels
1 parent 0d19acf commit 226fc87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/GHCup/Download.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ getDownloadsF pfreq@(PlatformRequest arch plat _) = do
167167
case src of
168168
NewURI uri -> do
169169
let url = show uri
170-
logDebug $ "Checking URI: " <> T.pack url
171170
when (not (url `elem` defaultURLs) &&
172171
not (any (`isPrefixOf` url) officialPrefixes) ||
173172
url == "https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml") $

0 commit comments

Comments
 (0)