blob: b86f5cbce7b01160162d24f543bf8ee9ac0b1497 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = base-compat
DEB_DEFAULT_COMPILER = ghc
# For the test suite
export LC_ALL=C.UTF-8
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|