1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  
     | 
    
      Source: dh-haskell
Section: devel
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Felix Lechner <felix.lechner@lease-up.com>,
 Scott Talbert <swt@techie.net>,
Build-Depends:
 debhelper-compat (= 13),
 libmodule-install-perl
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://salsa.debian.org/haskell-team/dh-haskell
Vcs-Browser: https://salsa.debian.org/haskell-team/dh-haskell
Vcs-Git: https://salsa.debian.org/haskell-team/dh-haskell.git
Package: dh-haskell
Provides:
 dh-sequence-haskell
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 debhelper (>= 9.20151220),
 haskell-devscripts-minimal (>= 0.16.42~) | haskell-devscripts (>= 0.16.42~),
 libconst-fast-perl,
 liblist-someutils-perl,
 libpath-tiny-perl
Description: Debhelper add-on for software written in Haskell
 Provides a build system named 'haskell' that should make it easier to package
 software written in Haskell.
 
     |