Loading p/haskell-jwt/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-jwt (0.7.2-7) unstable; urgency=medium * Disable doctests on armel. -- Clint Adams <clint@debian.org> Thu, 26 Apr 2018 21:08:00 -0400 haskell-jwt (0.7.2-6) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading p/haskell-jwt/debian/rules +5 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,10 @@ DEB_ENABLE_TESTS = yes DEB_CABAL_PACKAGE = jwt DEB_DEFAULT_COMPILER = ghc # doctests fail on armel due to #839840 ifeq (armel,$(DEB_HOST_ARCH)) DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk Loading
p/haskell-jwt/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-jwt (0.7.2-7) unstable; urgency=medium * Disable doctests on armel. -- Clint Adams <clint@debian.org> Thu, 26 Apr 2018 21:08:00 -0400 haskell-jwt (0.7.2-6) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading
p/haskell-jwt/debian/rules +5 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,10 @@ DEB_ENABLE_TESTS = yes DEB_CABAL_PACKAGE = jwt DEB_DEFAULT_COMPILER = ghc # doctests fail on armel due to #839840 ifeq (armel,$(DEB_HOST_ARCH)) DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk