blob: 41b8aee6c9d28e431bb91819e837d5bc43723d6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
#DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = skylighting
DEB_DEFAULT_COMPILER = ghc
DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="system-pcre executable"
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|