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