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

DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
# DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
# requires base-orphans newer than current LTS Haskell
DEB_ENABLE_TESTS = no

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