[Pkg-haskell-commits] darcs: policy: Give reasons for leaving out -prof or -doc packages.
Joachim Breitner
mail at joachim-breitner.de
Sun Nov 7 14:11:46 UTC 2010
Sun Nov 7 14:09:02 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Give reasons for leaving out -prof or -doc packages.
Ignore-this: 4c766351433675d040315236ca5e1ccc
M ./haskell-policy.sgml -1 +4
Sun Nov 7 14:09:02 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Give reasons for leaving out -prof or -doc packages.
Ignore-this: 4c766351433675d040315236ca5e1ccc
diff -rN -u old-policy/haskell-policy.sgml new-policy/haskell-policy.sgml
--- old-policy/haskell-policy.sgml 2010-11-07 14:11:46.744771947 +0000
+++ new-policy/haskell-policy.sgml 2010-11-07 14:11:46.744771947 +0000
@@ -104,7 +104,10 @@
<item>The profiling package.
</enumlist>
The latter two are optional and can be omitted if there are valid
- reasons to do so.
+ reasons to do so. Possible valid reasons could be that the
+ documentation is useless because a lot of the libraries functions
+ are auto-generated by TH or that building the profiling libraries
+ puts too much burdon on weak architecture's build daemons.
<sect id="libs-bin-names">
<heading>Package names</heading>
More information about the Pkg-haskell-commits
mailing list