File: rules

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

# https://github.com/haskell/cabal/issues/2398
ifeq (yes,$(shell ghc --info | grep -q 'Support SMP.*YES' && echo yes))
export DEB_ENABLE_TESTS := yes
endif

%:
	dh $@