Commit 74b3ddc9 authored by Clint Adams's avatar Clint Adams
Browse files

jwt: disable doctests on armel

parent 3aea7e78
Loading
Loading
Loading
Loading
+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 ]
+5 −0
Original line number Diff line number Diff line
@@ -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