ddssff / cabal-debian

Create a Debianization by examining a .cabal file.
Other
16 stars 10 forks source link

Add support for cabal custom-setup #61

Open iliastsi opened 7 years ago

iliastsi commented 7 years ago

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 a setup-depends dependency on cabal-doctest but cabal-debian does not translate that into a Debug build dependency. Would it be possible for cabal-debian to support cabal's custom-setup?

Thanks!