summaryrefslogtreecommitdiff
path: root/p/haskell-regex-base
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 21:32:59 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 22:15:07 +0200
commit14f25aa999a39fc86ff594160c1c50e88df683fa (patch)
treed025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-regex-base
parent9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff)
downloadDHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-regex-base')
-rw-r--r--p/haskell-regex-base/debian/control9
1 files changed, 4 insertions, 5 deletions
diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control
index 1e1219cf5..3c425a7dd 100644
--- a/p/haskell-regex-base/debian/control
+++ b/p/haskell-regex-base/debian/control
@@ -3,20 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
-Build-Depends: cdbs,
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
- cpphs,
+ cdbs,
ghc,
ghc-prof,
- ghc-doc,
libghc-mtl-dev,
libghc-mtl-prof,
+Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
Standards-Version: 3.9.4
Homepage: http://sourceforge.net/projects/lazy-regex
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base
X-Description: GHC library providing an API for regular expressions
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,