#!/usr/bin/make -f

# https://launchpad.net/bugs/2144301
export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-option=-fllvm --flags="+with_sound +with_hint +with_mpd +with_regex_posix +with_template_haskell"

%:
	dh $@
