#!/bin/bash args="-rtsopts -osuf -prof pf -fprof-auto -fprof-auto-exported" root=${0%/*} cd "$root" me=${0##*/} me=${me%.*} ghc \ -hidir build/$me -odir build/$me \ -iPresence \ -iArchive \ $args \ "$@"