piston/packages/haskell/9.0.1/compile

6 lines
89 B
Plaintext
Raw Normal View History

2021-03-17 18:35:16 +01:00
#!/usr/bin/env bash
# Compile haskell file(s)
ghc -dynamic -v0 -o out "$@"
chmod +x out