File: rules

package info (click to toggle)
haskell-jwt 0.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 148 kB
  • sloc: haskell: 755; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# Disable tests, since they require doctest >= 20
DEB_ENABLE_TESTS = no
ifeq (s390x,$(DEB_HOST_ARCH))
	DEB_ENABLE_TESTS = no
endif

DEB_CABAL_PACKAGE = jwt
DEB_DEFAULT_COMPILER = ghc

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