diff options
Diffstat (limited to 'p/haskell-http-api-data/debian/rules')
| -rwxr-xr-x | p/haskell-http-api-data/debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-http-api-data/debian/rules b/p/haskell-http-api-data/debian/rules index 7095c7493..82fbf1b26 100755 --- a/p/haskell-http-api-data/debian/rules +++ b/p/haskell-http-api-data/debian/rules @@ -2,7 +2,13 @@ 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 |
