blob: cef2ba3de58cc9beb5ad09a3940dbc0d1a2d1358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/make -f
# Require old quickcheck
# DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
build/cabal-install:: build-ghc-stamp
binary-post-install/cabal-install::
dh_bash-completion
|