We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d19acf commit 226fc87Copy full SHA for 226fc87
lib/GHCup/Download.hs
@@ -167,7 +167,6 @@ getDownloadsF pfreq@(PlatformRequest arch plat _) = do
167
case src of
168
NewURI uri -> do
169
let url = show uri
170
- logDebug $ "Checking URI: " <> T.pack url
171
when (not (url `elem` defaultURLs) &&
172
not (any (`isPrefixOf` url) officialPrefixes) ||
173
url == "https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml") $
0 commit comments