#!/usr/bin/make -f

# https://launchpad.net/bugs/2144301
export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-option=-fllvm

%:
	dh $@
