Stop GHC 6.6.1 from fussing about lack of a trailing newline.
[match/match.git] / program / run-optimized
1 #!/bin/bash
2 make all-optimized && exec ghci -hisuf O.hi -osuf O.o Test "$@"