File: rules

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

export DEB_ENABLE_TESTS = yes

ifeq (no,$(shell ghc --info | grep -q 'Support SMP.*NO' && echo no))
       export DEB_SETUP_GHC_CONFIGURE_ARGS += -f-smp
endif

%:
	dh $@