TOP = ..
include $(TOP)/mk/boilerplate.mk

SRC_HC_OPTS += -fglasgow-exts -no-hs-main

CC = $(HC)

all :: runtest

include $(TOP)/mk/target.mk
