#!/bin/sh -e

if [ -e /usr/bin/ghc ]
then
    echo ghc > compiler
fi

