Idris2/tests/idris2/warning002/run
2021-11-17 10:41:03 +00:00

9 lines
157 B
Plaintext
Executable File

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