File: rules

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

DEB_ENABLE_TESTS = yes
# The testsuite fails to compile with `ghc: out of memory` error when
# compiling `test/Data/StoreSpec.hs` on armel and armhf.
ifneq (,$(filter armel armhf, $(DEB_HOST_ARCH)))
	DEB_ENABLE_TESTS = no
endif

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = store
DEB_DEFAULT_COMPILER = ghc

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