Skip to content

Commit 3d85d4d

Browse files
committed
Oh, shoot
1 parent 61f49e0 commit 3d85d4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ghcup-0.0.7.yaml.sig

0 Bytes
Binary file not shown.

ghcup-gen/Validate.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ validateTarballs (TarballFilter etool versionRegex) = do
212212
-- download/verify all tarballs
213213
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
214214
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
215-
% (viTestDL % _Just `summing` viSourceDL % _Just)
215+
% (viTestDL % _Just `summing` viSourceDL % _Just `summing` viArch % each % each % each)
216216
)
217217
etool
218218
let gdlis = nubOrd $ gt ^.. each

0 commit comments

Comments
 (0)