cabal-debian
cabal-debian copied to clipboard
Create a Debianization by examining a .cabal file.
Could you please provide a simple example for how to produce a Debian package from a small Cabal project?
I am trying to reenable cabal-debian on stackage (https://github.com/commercialhaskell/stackage/issues/5801), but the standard validation procedure has problems with this package: ``` $ ./verify-package cabal-debian Unpacked cabal-debian (from Hackage) to .../tmp/cabal-debian-5.1/ Looking...
I used `ghcup` to set up `ghc` and `cabal` and both work but `cabal-debian` seems to have a problem with how `ghcup` sets up the `ghc`. Error message is ~~~...
When I use `cabal-debian` to build a debian package for an executable, the resulting executable is linked against `libffi` and `libatomic1`, whereas the same build using `stack build` has no...
On Ubuntu bionic: ```shell $ cabal-debian --maintainer 'Maintainer Name ' cabal-debian: Prelude.read: no parse ```
When I run `cabal-debian` from the root of my Haskell Stack project (via Ubuntu Bionic 18.04): ``` $ cabal-debian --maintainer 'Maintainer Name ' cabal-debian: peformDebianization - getCompilerInfo - ghc: readCreateProcessWithExitCode:...
Hi, While trying to package the latest version of *semigroupoids* (v5.2.1) for Debian, I noticed that the tests failed because of a missing build-dependency on *cabal-doctest*. The above package has...
Please output testsuite-only dependencies with a nocheck annotation, like `libghc-tasty-dev (>= 0.10) ,`
Cabal-debian does not detect the need for pkg-config. An example of a package that needs pkg-config is HOpenCV. The resulting control file does not require pkg-config, so the build breaks:...
I just noticed that latest version fails to compile with GHC 7.6.3 due to ``` Configuring component lib from cabal-debian-4.35.5 Preprocessing library cabal-debian-4.35.5... [ 1 of 30] Compiling System.Git (...