#!/usr/bin/make -f DEB_CABAL_PACKAGE = http-api-data DEB_DEFAULT_COMPILER = ghc ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x, $(DEB_HOST_ARCH))) DEB_ENABLE_TESTS = no else DEB_ENABLE_TESTS = yes endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk # Run tests under C.UTF-8. check-ghc-stamp: export LC_ALL := C.UTF-8