blob: eb3e331e9adcc3bacd0709797be8db061ca2d572 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/make -f
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=\"-quotation -testprog\")
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|