[Pkg-haskell-commits] darcs: haskell-th-reify-many: Avoid haddock syntax in descriptions
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 15:10:56 UTC 2014
Mon Dec 22 08:22:45 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Avoid haddock syntax in descriptions
M ./control -1 +1
Mon Dec 22 08:22:45 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Avoid haddock syntax in descriptions
diff -rN -u old-haskell-th-reify-many/control new-haskell-th-reify-many/control
--- old-haskell-th-reify-many/control 2014-12-22 15:10:56.430734660 +0000
+++ new-haskell-th-reify-many/control 2014-12-22 15:10:56.434734662 +0000
@@ -21,7 +21,7 @@
Standards-Version: 3.9.6
Homepage: http://hackage.haskell.org/package/th-reify-many
X-Description: Recurseively reify template haskell datatype info
- @th-reify-many@ provides functions for recursively reifying top
+ This package provides functions for recursively reifying top
level declarations. The main intended use case is for enumerating
the names of datatypes reachable from an initial datatype, and
passing these names to some function which generates instances.
More information about the Pkg-haskell-commits
mailing list