File: rules

package info (click to toggle)
haskell-mono-traversable 1.0.21.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 284 kB
  • sloc: haskell: 3,781; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four))
	export DEB_ENABLE_TESTS = no
else
	export DEB_ENABLE_TESTS = yes
endif

%:
	dh $@