Loading p/haskell-prettyprinter-ansi-terminal/debian/changelog +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 Loading p/haskell-prettyprinter-ansi-terminal/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_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = prettyprinter-ansi-terminal DEB_DEFAULT_COMPILER = ghc Loading Loading
p/haskell-prettyprinter-ansi-terminal/debian/changelog +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 Loading
p/haskell-prettyprinter-ansi-terminal/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_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = prettyprinter-ansi-terminal DEB_DEFAULT_COMPILER = ghc Loading