Creating a Haskell section in Autoconf Macro Archive

Fellow Haskell'ers,
I've been maintaining the site http://autoconf-archive.cryp.to/
for a while now, and I can't help but notice that there is no
Haskell section. I know that GHC comes with a lot of useful
Haskell-related Autoconf macros, so does Darcs, and so do a lot
of other projects too. Thus, I was wondering whether the
respective macro authors would be willing to submit their macros
to the archive for distribution, so that other software
developers around the world can find them, and re-use them.
To have a macro added to the archive, all you need to do is to
e-mail it to me in the proper mark-up format, so that the
software which generates the archive can extract the necessary
meta information and documentation.
I'll use one of David Roundy's macros as an example to show what
that looks like. Hope you don't mind, David. ;-) Here it is:
| dnl @synopsis AX_TRY_COMPILE_GHC(PROGRAM, [ACTION-IF-TRUE], [ACTION-IF-FALSE])
| dnl
| dnl AX_TRY_COMPILE_GHC tries to compile and link the given
| dnl program using $GHC for the compiler, and $GHCFLAGS as
| dnl flags passed to the compiler.
| dnl
| dnl @category Haskell
| dnl @author David Roundy

On Fri, Aug 12, 2005 at 12:17:46PM +0200, Peter Simons wrote:
I'll use one of David Roundy's macros as an example to show what that looks like. Hope you don't mind, David. ;-) Here it is:
I'm happy of course to have darcs' autoconf macros included, I'm just not too likely to find time to do it myself. :) -- David Roundy http://www.darcs.net

David Roundy writes:
I'm happy of course to have darcs' autoconf macros included, I'm just not too likely to find time to do it myself. :)
I have the same problem, which is why I hoped someone would help with the effort. ;-) Peter
participants (2)
-
David Roundy
-
Peter Simons