File: rules

package info (click to toggle)
haskell-hledger 1.50.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,356 kB
  • sloc: haskell: 6,746; sh: 2,028; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

export DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/lib/*/rts-*/libHSrts-*_thr.a || echo --flags=-threaded)

%:
	dh $@