#!/usr/bin/make -f

# Disable tests, since they require the missing haskell-loop package.
export DEB_ENABLE_TESTS = no

%:
	dh $@
