#!/usr/bin/make -f

DEB_CABAL_PACKAGE = happstack-ixset

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

build/happstack-ixset-tests:: build-ghc-stamp
binary-fixup/happstack-ixset-tests::
	install -m 755 -s -D dist-ghc/build/happstack-ixset-tests/happstack-ixset-tests debian/happstack-ixset-tests/usr/bin/happstack-ixset-tests || true

# How to install an extra file into the documentation package
#binary-fixup/libghc-happstack-ixset-doc::
#	echo "Some informative text" > debian/libghc-happstack-ixset-doc/usr/share/doc/libghc-happstack-ixset-doc/AnExtraDocFile
