File: rules

package info (click to toggle)
haskell-path-pieces 0.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 80 kB
  • sloc: haskell: 187; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# The test suite requires template haskell
ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))
DEB_ENABLE_TESTS = yes
else
DEB_ENABLE_TESTS = no
endif


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