summaryrefslogtreecommitdiff
path: root/p/haskell-hopenpgp/debian/rules
blob: ea92bfa1e45dd8d390148762ea809a2172ec7000 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk