Commit 4718bb4c authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-servant: disable tests on s390x, they hangs

parent 4daba1c5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
haskell-servant (0.15-3) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
   * Re-enable doctests on armel, since #839840 has been fixed

  [ Gianfranco Costamagna
  * Disable tests on s390x, they hangs

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

haskell-servant (0.15-2) unstable; urgency=medium

  * Add missing build dependency on cabal-doctest.
+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_CABAL_PACKAGE = servant
DEB_DEFAULT_COMPILER = ghc