blob: 92cefeb92ae952e345ebbd6a8d2bf2e82e6e7185 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/make -f
DEB_SETUP_GHC_CONFIGURE_ARGS := -fruntimelist -fcreate
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|