diff options
author | Clint Adams <clint@debian.org> | 2012-02-13 07:14:03 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2012-02-13 07:14:03 +0400 |
commit | c56976ee332692ec9bd4eb00c12efb2db833d52e (patch) | |
tree | 15178c8d040d3ab2d660d50f4df98a9f9b7d213e /p/haskell-monadcatchio-mtl | |
parent | 4a437519a93943e8aafdae7eef38c98590bd6d5e (diff) | |
download | DHG_packages-c56976ee332692ec9bd4eb00c12efb2db833d52e.tar.gz |
haskell-monadcatchio-mtl: Fix -doc dependency.
Diffstat (limited to 'p/haskell-monadcatchio-mtl')
-rw-r--r-- | p/haskell-monadcatchio-mtl/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-monadcatchio-mtl/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-monadcatchio-mtl/debian/changelog b/p/haskell-monadcatchio-mtl/debian/changelog index 437f3c4fa..a16678b09 100644 --- a/p/haskell-monadcatchio-mtl/debian/changelog +++ b/p/haskell-monadcatchio-mtl/debian/changelog @@ -1,3 +1,9 @@ +haskell-monadcatchio-mtl (0.3.0.4-2) unstable; urgency=low + + * Fix -doc package dependency. + + -- Clint Adams <clint@debian.org> Sun, 12 Feb 2012 22:10:55 -0500 + haskell-monadcatchio-mtl (0.3.0.4-1) unstable; urgency=low * New upstream version. diff --git a/p/haskell-monadcatchio-mtl/debian/control b/p/haskell-monadcatchio-mtl/debian/control index e770ab008..ce5f637fa 100644 --- a/p/haskell-monadcatchio-mtl/debian/control +++ b/p/haskell-monadcatchio-mtl/debian/control @@ -51,7 +51,7 @@ Description: monad-transformer version of the Control.Exception module; profilin Package: libghc-monadcatchio-mtl-doc Section: doc Architecture: all -Depends: ${misc:Depends} +Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: monad-transformer version of the Control.Exception module; documentation |