#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes
# Testsuite fails on armel, see https://bugs.debian.org/1017539
ifneq (,$(filter armel, $(DEB_HOST_ARCH)))
	DEB_ENABLE_TESTS = no
endif

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

check-ghc-stamp: export LC_ALL := C.UTF-8
