summaryrefslogtreecommitdiff
path: root/p/haskell-xml-conduit/debian/rules
blob: b31d861cca7bc4b45456ab122bb95e5b9cb8f21b (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; 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