piston/packages/haskell/9.0.1/compile

6 lines
89 B
Bash

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