mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Added haskell support
This commit is contained in:
parent
a89d22bd25
commit
3246ed6781
6 changed files with 18 additions and 0 deletions
|
@ -66,3 +66,6 @@ echo '---'
|
|||
echo 'typescript'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "tsc --version"
|
||||
echo '---'
|
||||
echo 'haskell'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "ghc --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue