Commit 5ad21014 authored by Clint Adams's avatar Clint Adams
Browse files

text-show: don't run tests on 32-bit architectures

parent cb1a91e9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-text-show (3.7.3.isreally.3.7.2-2) unstable; urgency=medium

  * Don't run tests on 32-bit architectures as some of them are not
    32-bit-safe.

 -- Clint Adams <clint@debian.org>  Tue, 17 Apr 2018 15:27:43 -0400

haskell-text-show (3.7.3.isreally.3.7.2-1) unstable; urgency=medium

  * Revert to 3.7.2 for now.
+5 −1
Original line number Diff line number Diff line
@@ -2,7 +2,11 @@

DEB_CABAL_PACKAGE = text-show
DEB_DEFAULT_COMPILER = ghc
ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four))
       DEB_ENABLE_TESTS = no
else
       DEB_ENABLE_TESTS = yes
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk