blob: 1ecc07afc76681f1c9f8e0ec0b1660c941f7c604 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = servant-client
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes
DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.md
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|