Added haskell support

This commit is contained in:
Ethan Edwards 2020-10-16 23:57:45 -04:00
parent a89d22bd25
commit 3246ed6781
No known key found for this signature in database
GPG key ID: F1AD8EEE1366610B
6 changed files with 18 additions and 0 deletions

View file

@ -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 '---'