#!/usr/bin/make -f

export DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS" -fnetwork-uri

%:
	dh $@
