#!/usr/bin/make -f

export DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/hoogle

%:
	dh $@
