mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Added haskell support
This commit is contained in:
parent
a89d22bd25
commit
3246ed6781
6 changed files with 18 additions and 0 deletions
|
@ -117,6 +117,9 @@ case "$lang" in
|
|||
"typescript" | "ts")
|
||||
bin=typescript
|
||||
;;
|
||||
"haskell" | "hs")
|
||||
bin=haskell
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue