noble (3) Debian::Debhelper::Buildsystem::haskell.3pm.gz

Provided by: dh-haskell_0.6.6_all bug

NAME

       Debian::Debhelper::Buildsystem::haskell -- Debhelper build system for cabal-based Haskell packages

DESCRIPTION

       The dh-haskell package provides a build system for Debhelper which can be used this way:

        %:
               dh $@ --build-system=haskell

       Usually it is all you need to know, and maybe you may want to adjust DEB_BUILD_OPTIONS noopt and nocheck.
       If you want to know precisely what and how is performed, read on implementation section.

IMPLEMENTATION