diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 21:32:59 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 22:15:07 +0200 |
commit | 14f25aa999a39fc86ff594160c1c50e88df683fa (patch) | |
tree | d025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-hsh | |
parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-hsh')
-rw-r--r-- | p/haskell-hsh/debian/control | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/p/haskell-hsh/debian/control b/p/haskell-hsh/debian/control index 440c35c2b..7f9560497 100644 --- a/p/haskell-hsh/debian/control +++ b/p/haskell-hsh/debian/control @@ -3,23 +3,30 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: John Goerzen <jgoerzen@complete.org> Priority: optional Section: haskell -Build-Depends: cdbs, - debhelper (>= 9), - ghc (>= 6.12), - ghc-doc (>= 6.12), - ghc-prof (>= 6.12), - haddock, +Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.9), - hscolour, - libghc-hslogger-dev (>= 1.0.8-2~), - libghc-hslogger-doc (>= 1.0.8-2~), - libghc-hslogger-prof (>= 1.0.8-2~), - libghc-missingh-dev (>= 1.1.0.1-1~), - libghc-missingh-doc (>= 1.1.0.1-1~), - libghc-missingh-prof (>= 1.1.0.1-1~), + cdbs, + ghc, + ghc-prof, + libghc-missingh-dev (>= 1.0.0), + libghc-missingh-prof, + libghc-hslogger-dev, + libghc-hslogger-prof, libghc-mtl-dev, - libghc-mtl-doc, libghc-mtl-prof, + libghc-regex-base-dev, + libghc-regex-base-prof, + libghc-regex-compat-dev, + libghc-regex-compat-prof, + libghc-regex-posix-dev, + libghc-regex-posix-prof, +Build-Depends-Indep: ghc-doc, + libghc-missingh-doc, + libghc-hslogger-doc, + libghc-mtl-doc, + libghc-regex-base-doc, + libghc-regex-compat-doc, + libghc-regex-posix-doc, Standards-Version: 3.9.4 Homepage: http://software.complete.org/hsh Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsh |