tags 838888 + patch
thanks
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/lib/Debian/Debhelper/Buildsystem/haskell.pm
b/lib/Debian/Debhelper/Buildsystem/haskell.pm
index b5644a1..f7aa96f 100644
--- a/lib/Debian/Debhelper/Buildsystem/haskell.pm
+++ b/lib/Debian/Debhelper/Buildsystem/haskell.pm
@@ -466,7 +466,7 @@ Readonly my $TMP_INSTALL_DIR =>
"debian/tmp-install-$HC_BIN";
sub do_dispatch {
my %INSTALL = ( dev => [], prof => [], doc => [], bin => [], );
- my $dispatch = sub { push $INSTALL{ @_[0] }, $_ };
+ my $dispatch = sub { push @{$INSTALL{ @_[0] }}, $_ };
my $dispatcher = sub {
no strict 'subs'; # barewords sometimes are neat