#!/usr/bin/make -f

# only test this if the threaded runtime is available
ifneq (,$(wildcard /usr/lib/ghc/libHSrts_thr.a))
DEB_ENABLE_TESTS = yes
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
