#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64 mips64el hppa))
    export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
endif

%:
	dh $@
