summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorCheng Shao <cheng.shao@tweag.io>2021-01-20 14:56:37 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-22 15:08:33 -0500
commit420ef55a0d28a177fab981655a1c44291b441382 (patch)
treecf924f2ab606b488309072f3eb3f103a2082b827 /validate
parent7b6bb48037969e246a1fb3faffb5af8ebdc14ba3 (diff)
downloadhaskell-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-xvalidate3
1 files changed, 0 insertions, 3 deletions
diff --git a/validate b/validate
index 0f232f2570..3b137262d5 100755
--- a/validate
+++ b/validate
@@ -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"