diff options
author | Greg Steuck <greg@nest.cx> | 2022-02-05 22:16:44 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-07 11:05:24 -0500 |
commit | ff867c460db9cfc43f5697c8e582f8c1ea4bd572 (patch) | |
tree | 0c0299d8273773162f315204c925f1714415ba30 /validate | |
parent | b09389a6b658f8bdc5c90003d1e79d5d092fec9e (diff) | |
download | haskell-ff867c460db9cfc43f5697c8e582f8c1ea4bd572.tar.gz |
Avoid using removed utils/checkUniques in validate
Asked the question:
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7460/diffs#4061f4d17546e239dd10d78c6b48668c2a288e02_1_0
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -192,7 +192,6 @@ if [ "$use_hadrian" = "NO" ]; then # See Note [Default build system verbosity]. make="$make -s" fi - $make -C utils/checkUniques else if [ "$use_stack" = "NO" ]; then hadrian/build --help > /dev/null |