diff options
author | Clint Adams <clint@debian.org> | 2012-02-05 21:00:04 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2012-02-05 21:00:04 +0400 |
commit | ffc0f7eb00d1ccf409527c0f12325dc55324a4e7 (patch) | |
tree | 4fbee61c8e528cfbe10bab23c8b8265daf8afa51 /p/haskell-css-text | |
parent | aa2f02ecc1bf82105f239dbb38b1d29328e348ec (diff) | |
download | DHG_packages-ffc0f7eb00d1ccf409527c0f12325dc55324a4e7.tar.gz |
haskell-css-text: Fix missing build dependency on libghc-attoparsec-doc.
Diffstat (limited to 'p/haskell-css-text')
-rw-r--r-- | p/haskell-css-text/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-css-text/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog index 178828ac2..3cf1e8e2d 100644 --- a/p/haskell-css-text/debian/changelog +++ b/p/haskell-css-text/debian/changelog @@ -1,3 +1,9 @@ +haskell-css-text (0.1.1-2) unstable; urgency=low + + * Fix missing build dependency on libghc-attoparsec-doc. + + -- Clint Adams <clint@debian.org> Sun, 05 Feb 2012 11:52:51 -0500 + haskell-css-text (0.1.1-1) unstable; urgency=low * New upstream release diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control index 8c786df5a..f9e0b7920 100644 --- a/p/haskell-css-text/debian/control +++ b/p/haskell-css-text/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 7) , libghc-text-dev (>= 0.11) , libghc-text-prof Build-Depends-Indep: ghc-doc - , libghc-attoparsec-text-doc + , libghc-attoparsec-doc , libghc-text-doc Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/css-text |