#!/usr/bin/make -f

ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 ppc64el s390x))
DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-luajit
endif

DEB_ENABLE_TESTS = yes

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