Loading p/haskell-servant/debian/changelog +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. Loading p/haskell-servant/debian/rules +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 Loading Loading
p/haskell-servant/debian/changelog +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. Loading
p/haskell-servant/debian/rules +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 Loading