Commit 71cc856f authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-lens-aeson: disable tests on s390x, they hangs

parent 94d15821
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-lens-aeson (1.0.2-7) unstable; urgency=medium

  * Disable tests on s390x, they hang

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 12:56:55 +0200

haskell-lens-aeson (1.0.2-6) unstable; urgency=medium

  * Backport upstream patch to fix failing tests (Closes: #912630)
+5 −1
Original line number Diff line number Diff line
@@ -3,7 +3,11 @@
DEB_CABAL_PACKAGE = lens-aeson
DEB_DEFAULT_COMPILER = ghc

ifeq (s390x,$(DEB_HOST_ARCH))
	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