diff options
author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-02-11 00:56:58 +0300 |
---|---|---|
committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-02-11 00:56:58 +0300 |
commit | e58a99dd0623bc9baae627976d602f379af93263 (patch) | |
tree | be828a3aa7b20568f3adf88f70cc0ee8def5d88a /p/haskell-digest | |
parent | 29b20606a2ace5df05f7f9c0600f26a3c4d8aaa8 (diff) | |
download | DHG_packages-e58a99dd0623bc9baae627976d602f379af93263.tar.gz |
haskell-digest: debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts.
Diffstat (limited to 'p/haskell-digest')
-rw-r--r-- | p/haskell-digest/debian/changelog | 2 | ||||
-rw-r--r-- | p/haskell-digest/debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-digest/debian/changelog b/p/haskell-digest/debian/changelog index da4e21e38..e673e39c3 100644 --- a/p/haskell-digest/debian/changelog +++ b/p/haskell-digest/debian/changelog @@ -10,6 +10,8 @@ haskell-digest (0.0.0.7-2) UNRELEASED; urgency=low * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. + * debian/control: Remove haddock from Build-Depends:, since it's now a + Depends: of haskell-devscripts. -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:30:52 -0200 diff --git a/p/haskell-digest/debian/control b/p/haskell-digest/debian/control index 1ae4aad99..b56401b4b 100644 --- a/p/haskell-digest/debian/control +++ b/p/haskell-digest/debian/control @@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 7) , ghc6 (>= 6.10.4) , ghc6-prof , ghc6-doc - , haddock (>= 2.4.2-3) , zlib1g-dev Standards-Version: 3.8.2 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/digest |