This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
f6a4e67d5f
piston
/
packages
/
haskell
/
9.0.1
/
compile
6 lines
89 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
# Compile haskell file(s)
ghc -dynamic -v0 -o out
"
$@
"
chmod +x out
Reference in New Issue
View Git Blame
Copy Permalink