Commit 524125bc authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-prettyprinter-ansi-terminal: disable tests on s390x, they hangs

parent ec197fe8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-prettyprinter-ansi-terminal (1.1.1.2-5) unstable; urgency=medium

  * Disable testsuite on s390x

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 13:11:18 +0200

haskell-prettyprinter-ansi-terminal (1.1.1.2-4) unstable; urgency=medium

  * Don't build test executables with RTS -N; most of Debian's
+6 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

ifeq (s390x,$(DEB_HOST_ARCH))
	DEB_ENABLE_TESTS = no
else
	DEB_ENABLE_TESTS = yes
endif

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = prettyprinter-ansi-terminal
DEB_DEFAULT_COMPILER = ghc