#!/usr/bin/make -f

#DEB_BUILD_DEPENDENCIES = build-arch
# DEB_ENABLE_TESTS = yes

# Work around bug in "Setup haddock", which does not find the header file at
# this location.
build/libghc-ghc-events-doc:: dist-ghc/build/EventLogFormat.h

dist-ghc/build/EventLogFormat.h: include/EventLogFormat.h
	mkdir -p $$(dirname $@)
	cp $< $@

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
