Idris2/tests/idris2/warning002/run

9 lines
157 B
Plaintext
Raw Normal View History

2021-11-17 13:41:03 +03:00
rm -rf ./build
$1 --no-color --console-width 0 --build deprecated.ipkg
$1 --no-color --no-banner --console-width 0 Foo.idr <<EOF
:module Foo
:doc dep1
EOF