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 61f49e0 commit 3d85d4dCopy full SHA for 3d85d4d
ghcup-0.0.7.yaml.sig
0 Bytes
ghcup-gen/Validate.hs
@@ -212,7 +212,7 @@ validateTarballs (TarballFilter etool versionRegex) = do
212
-- download/verify all tarballs
213
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
214
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
215
- % (viTestDL % _Just `summing` viSourceDL % _Just)
+ % (viTestDL % _Just `summing` viSourceDL % _Just `summing` viArch % each % each % each)
216
)
217
etool
218
let gdlis = nubOrd $ gt ^.. each
0 commit comments