File: rules

package info (click to toggle)
haskell-text-show 3.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,116 kB
  • sloc: haskell: 8,430; ansic: 23; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

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