summaryrefslogtreecommitdiff
path: root/p/haskell-equivalence/debian/rules
blob: 32a5597475d53ea4fc29ea867be3e4a0b527ef2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# The test suite requires template haskell
ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))
DEB_ENABLE_TESTS = yes
else
DEB_ENABLE_TESTS = no
endif


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