summaryrefslogtreecommitdiff
path: root/p/haskell-safe/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-safe/debian/control')
-rw-r--r--p/haskell-safe/debian/control19
1 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-safe/debian/control b/p/haskell-safe/debian/control
index 5eafb1444..62f5a528f 100644
--- a/p/haskell-safe/debian/control
+++ b/p/haskell-safe/debian/control
@@ -3,9 +3,14 @@ Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>
-Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0),
- haskell-devscripts (>= 0.6.0), cdbs, ghc6 (>= 6.10.3), hscolour (>=1.8),
- ghc6-prof
+Build-Depends: dctrl-tools
+ , dpkg-dev (>= 1.13.19)
+ , debhelper (>= 5.0.0)
+ , haskell-devscripts (>= 0.6.0)
+ , cdbs
+ , ghc6 (>= 6.10.3)
+ , hscolour (>=1.8)
+ , ghc6-prof
Build-Depends-Indep: haddock (>= 2.4.2)
Standards-Version: 3.8.2
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safe
@@ -14,7 +19,8 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-safe-dev
Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-safe-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: GHC 6 Library for safe (pattern match free) functions
@@ -28,8 +34,9 @@ Description: GHC 6 Library for safe (pattern match free) functions
Package: libghc6-safe-prof
Architecture: any
-Depends: libghc6-safe-dev (= ${binary:Version}), ${haskell:Depends},
- ${misc:Depends}
+Depends: libghc6-safe-dev (= ${binary:Version})
+ , ${haskell:Depends}
+ , ${misc:Depends}
Suggests: libghc6-safe-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: Profiling library for safe (pattern match free) functions