#!/bin/bash
for f in staticerrors/*.hs          ; do echo $f; ./MakeOutput ${f%.hs} ; done
