#!/bin/sh

runghc Setup.lhs clean

find . -type f -name "*.o" -o -name "*.hi" -o -name "*~" | xargs rm
