diff options
author | Marco TĂșlio Gontijo e Silva <marcot@holoscopio.com> | 2009-07-09 16:10:23 +0400 |
---|---|---|
committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2009-07-09 16:10:23 +0400 |
commit | 92f5ae66211a9176b4093904f01a2d7f3b55e96d (patch) | |
tree | e8adcf5ddb3d11d47b0f6439f17bb1a9a6afdbce /p/haskell-ghc-mtl | |
parent | 510528796e55834ce197edb80879bc7c8274e7f0 (diff) | |
download | DHG_packages-92f5ae66211a9176b4093904f01a2d7f3b55e96d.tar.gz |
haskell-ghc-mtl: debian/control: Use haskell:Recommends and haskell:Suggests.
Diffstat (limited to 'p/haskell-ghc-mtl')
-rw-r--r-- | p/haskell-ghc-mtl/debian/control | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/p/haskell-ghc-mtl/debian/control b/p/haskell-ghc-mtl/debian/control index 99daf2ca3..2f987a3df 100644 --- a/p/haskell-ghc-mtl/debian/control +++ b/p/haskell-ghc-mtl/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Marco TĂșlio Gontijo e Silva <marcot@holoscopio.com> Build-Depends: debhelper (>= 5) , cdbs - , haskell-devscripts (>= 0.6.15+nmu1) + , haskell-devscripts (>= 0.6.15+nmu11) , ghc6 (>= 6.10.3-2) , ghc6-prof (>= 6.10.3-2) , libghc6-mtl-dev @@ -27,8 +27,7 @@ Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} -Suggests: libghc6-ghc-mtl-doc (= ${binary:Version}) - , libghc6-ghc-mtl-prof (= ${binary:Version}) +Suggests: ${haskell:Suggests} Description: an mtl compatible version of the Ghc-Api monads This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. @@ -38,8 +37,7 @@ Description: an mtl compatible version of the Ghc-Api monads Package: libghc6-ghc-mtl-prof Architecture: any -Depends: libghc6-ghc-mtl-dev (= ${binary:Version}) - , ${haskell:Depends} +Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Description: an mtl compatible version of the Ghc-Api monads; profiling libraries @@ -54,8 +52,8 @@ Package: libghc6-ghc-mtl-doc Section: doc Architecture: all Depends: ${misc:Depends} -Recommends: ghc6-doc -Suggests: libghc6-ghc-mtl-dev (= ${binary:Version}) +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: an mtl compatible version of the Ghc-Api monads; documentation This package provides the documentation for a library for the Haskell programming language. |