#!/usr/bin/make -f

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

DEB_SETUP_GHC_CONFIGURE_ARGS="-fuse_xft"

%:
	dh $@
