Skip to content

Commit

Permalink
Warns users about non-ghcup channels
Browse files Browse the repository at this point in the history
  • Loading branch information
qxrein committed Mar 2, 2025
1 parent 0d19acf commit 226fc87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/GHCup/Download.hs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ getDownloadsF pfreq@(PlatformRequest arch plat _) = do
case src of
NewURI uri -> do
let url = show uri
logDebug $ "Checking URI: " <> T.pack url
when (not (url `elem` defaultURLs) &&
not (any (`isPrefixOf` url) officialPrefixes) ||
url == "https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml") $
Expand Down

0 comments on commit 226fc87

Please sign in to comment.