@hackage cabal-debian3.8.2

Create a debianization for a cabal package

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      tests
       (off by default)

      enable the unit test executable (disabled by default because it has a lot of wacky dependencies.)

Tool for creating debianizations of Haskell packages based on the .cabal file. If apt-file is installed it will use it to discover what is the debian package name of a C library. Basic usage is via the cabal-debian executable. A more powerful but still undocumented programmatic interface is also provided. Normal usage for this is to put a script in debian/Debianize.hs (such as the one in this source package) which is run to create the debianization.