[Pkg-haskell-commits] darcs: lambdabot: Add Suggest and Recommend fields for lambdabot's plugins
Raúl Benencia
rul at kalgan.cc
Mon Oct 7 11:35:41 UTC 2013
Mon Oct 7 11:29:57 UTC 2013 Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
* Add Suggest and Recommend fields for lambdabot's plugins
djinn was added in Recommend instead of Suggest because it's quite
verbose when the binary is not present. Besides, the package does not pull
too many dependencies.
M ./control +4
Mon Oct 7 11:29:57 UTC 2013 Raúl Benencia <rul at kalgan.cc>
* Add Suggest and Recommend fields for lambdabot's plugins
djinn was added in Recommend instead of Suggest because it's quite
verbose when the binary is not present. Besides, the package does not pull
too many dependencies.
diff -rN -u old-lambdabot/control new-lambdabot/control
--- old-lambdabot/control 2013-10-07 11:35:41.471403699 +0000
+++ new-lambdabot/control 2013-10-07 11:35:41.483420945 +0000
@@ -58,7 +58,11 @@
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
+ , djinn
Suggests: ${haskell:Suggests}
+ , mueval
+ , aspell
+ , hoogle (>= 4.2.23)
Provides: ${haskell:Provides}
Description: Development tool and advanced IRC bot
Lambdabot is an IRC bot written over several years by those on
More information about the Pkg-haskell-commits
mailing list