File: rules

package info (click to toggle)
haskell-base64-bytestring 1.0.0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: haskell: 555; python: 9; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (5)
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))
DEB_ENABLE_TESTS := yes
endif

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