File: rules

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

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

%:
	dh $@