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-unixutils/debian | |
| parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
| download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz | |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-unixutils/debian')
| -rw-r--r-- | p/haskell-unixutils/debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/p/haskell-unixutils/debian/control b/p/haskell-unixutils/debian/control index ffe330775..8f290a3ed 100644 --- a/p/haskell-unixutils/debian/control +++ b/p/haskell-unixutils/debian/control @@ -8,24 +8,27 @@ Build-Depends: debhelper (>= 9), cdbs, ghc, ghc-prof, - libghc-regex-tdfa-dev, - libghc-regex-tdfa-prof, + libghc-exceptions-dev, + libghc-exceptions-prof, + libghc-mtl-dev, + libghc-mtl-prof, libghc-process-extras-dev, libghc-process-extras-prof, libghc-puremd5-dev, libghc-puremd5-prof, + libghc-regex-tdfa-dev, + libghc-regex-tdfa-prof, libghc-zlib-dev, libghc-zlib-prof, - libghc-exceptions-dev, - libghc-exceptions-prof, Build-Depends-Indep: ghc-doc, + libghc-exceptions-doc, + libghc-mtl-doc, + libghc-process-extras-doc, libghc-puremd5-doc, libghc-regex-tdfa-doc, - libghc-process-extras-doc, libghc-zlib-doc, - libghc-exceptions-doc, Standards-Version: 3.9.6 -Homepage: http://hackage.haskell.org/package/Unixutils +Homepage: https://github.com/seereason/haskell-unixutils.git Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unixutils Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unixutils X-Description: interface between Haskell and Unix-like operating systems |
