summaryrefslogtreecommitdiff
path: root/p/haskell-http-api-data/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-http-api-data/debian/rules')
-rwxr-xr-xp/haskell-http-api-data/debian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/p/haskell-http-api-data/debian/rules b/p/haskell-http-api-data/debian/rules
index 82fbf1b26..a3600f64c 100755
--- a/p/haskell-http-api-data/debian/rules
+++ b/p/haskell-http-api-data/debian/rules
@@ -3,12 +3,7 @@
DEB_CABAL_PACKAGE = http-api-data
DEB_DEFAULT_COMPILER = ghc
-# ghci is broken on armel (#839840)
-ifeq (,$(filter $(DEB_BUILD_ARCH),armel))
DEB_ENABLE_TESTS = yes
-else
-DEB_ENABLE_TESTS = no
-endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk