diff options
author | Cheng Shao <cheng.shao@tweag.io> | 2021-01-20 14:56:37 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-22 15:08:33 -0500 |
commit | 420ef55a0d28a177fab981655a1c44291b441382 (patch) | |
tree | cf924f2ab606b488309072f3eb3f103a2082b827 /validate | |
parent | 7b6bb48037969e246a1fb3faffb5af8ebdc14ba3 (diff) | |
download | haskell-420ef55a0d28a177fab981655a1c44291b441382.tar.gz |
Remove legacy comment in validate script
The validate flavour is already defined and used in hadrian, so this
legacy comment should be removed.
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -178,9 +178,6 @@ else configure_cmd="stack --stack-yaml hadrian/stack.yaml exec -- ./configure" fi cd .. - # TODO: define a hadrian Flavour that mimics - # mk/flavours/validate.mk and use it here - # Until then, we're using the default flavour. hadrian="$hadrian_cmd -j$threads --build-root=$hadrian_build_root" if [ $be_quiet -eq 0 ]; then hadrian="$hadrian -V" |