summaryrefslogtreecommitdiff
path: root/p/haskell-optparse-applicative/debian/rules
blob: e22ce00aa24a14ae100b3e7def28244c69290700 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))
DEB_ENABLE_TESTS = yes
endif

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