Name: cabal-debian Version: 1.8 License: GPL License-File: COPYING Author: Clifford Beshers Maintainer: David Fox Copyright: 2008 SeeReason Partners Homepage: http://src.seereason.com/cabal-debian Stability: Experimental Category: Distribution Build-type: Simple Synopsis: Debianizer for Haskell Cabal source packages. Description: Given a Haskell Cabal source package, this program creates a debian subdirectory containing the files necessary to run dpkg-buildpackage and create debian binary packages. Cabal-version: >= 1.4 Flag splitBase Description: Choose the new, split-up base package. Library Exposed-Modules: Distribution.Package.Debian, Distribution.Package.Debian.Setup Hs-Source-Dirs: src Executable cabal-debian if flag(splitBase) Build-depends: base, Cabal >= 1.4, filepath, time >= 1.1, unix, debian >= 3.1, Unixutils, old-locale, process, bytestring, directory, containers, pretty, filepath else Build-depends: base, Cabal >= 1.4, filepath, time >= 1.1, unix Main-Is: CabalDebian.hs Other-Modules: Distribution.Package.Debian, Distribution.Package.Debian.Bundled, Distribution.Package.Debian.Main, Distribution.Package.Debian.Setup Hs-Source-Dirs: src Extensions: CPP GHC-options: -fwarn-missing-signatures -Wall