#!/usr/bin/make -f

# keep haddock from choking on non-ASCII characters
export LC_ALL=C.UTF-8
# https://launchpad.net/bugs/2144301
export DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-option=-fllvm

install/xmonad::
	# Since compat level 10, the manpage is mandatory for dh_installwm.
	# Run dh_installman before dh_installwm.
	dh_installman
	dh_installwm

%:
	dh $@
