aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/extraction/test/extract.haskell
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/extraction/test/extract.haskell')
-rwxr-xr-xcontrib/extraction/test/extract.haskell2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/test/extract.haskell b/contrib/extraction/test/extract.haskell
index ef98a62ed..84cde78d4 100755
--- a/contrib/extraction/test/extract.haskell
+++ b/contrib/extraction/test/extract.haskell
@@ -5,7 +5,7 @@ d=`dirname $vfile`
n=`basename $vfile .v`
cat custom/all > /tmp/extr$$.v
if [ -e custom/$n ]; then cat custom/$n >> /tmp/extr$$.v; fi
-echo "Cd \"$d\". Haskell Extraction Module $n. " >> /tmp/extr$$.v
+echo "Cd \"$d\". Extraction Language Haskell. Extraction Module $n. " >> /tmp/extr$$.v
../../../bin/coqtop.opt -silent -batch -require $n -load-vernac-source /tmp/extr$$.v
out=$?
rm -f /tmp/extr$$.v