mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
pkg(haskell-9.0.1): Add haskell 9.0.1
This commit is contained in:
parent
cb5ad603d0
commit
fdf236a789
6 changed files with 36 additions and 0 deletions
5
packages/haskell/9.0.1/compile
vendored
Normal file
5
packages/haskell/9.0.1/compile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile haskell file(s)
|
||||
ghc -dynamic -v0 -o out "$@"
|
||||
chmod +x out
|
Loading…
Add table
Add a link
Reference in a new issue