Loading p/haskell-servant-server/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-servant-server (0.15-2) unstable; urgency=medium * Disable tests on s390x, they hang -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 28 Sep 2019 07:50:47 +0200 haskell-servant-server (0.15-1) unstable; urgency=medium * New upstream version. Loading p/haskell-servant-server/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-server DEB_DEFAULT_COMPILER = ghc Loading Loading
p/haskell-servant-server/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-servant-server (0.15-2) unstable; urgency=medium * Disable tests on s390x, they hang -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 28 Sep 2019 07:50:47 +0200 haskell-servant-server (0.15-1) unstable; urgency=medium * New upstream version. Loading
p/haskell-servant-server/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-server DEB_DEFAULT_COMPILER = ghc Loading