blob: 0226cfc3b065e23cef0bff658cef2793b7a9e099 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
# https://github.com/haskell/cabal/issues/2398
ifeq (yes,$(shell ghc --info | grep -q 'Support SMP.*YES' && echo yes))
DEB_ENABLE_TESTS := yes
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|