1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-10-28 04:00:02 +01:00
piston/packages/haskell/9.0.1/compile
2021-03-17 12:35:16 -05:00

5 lines
89 B
Bash

#!/usr/bin/env bash
# Compile haskell file(s)
ghc -dynamic -v0 -o out "$@"
chmod +x out