[Haskell] ALife category

2012-08-02 Thread Amy de Buitléir
I'm developing a framework for artificial life experiments that I would like to make available on Hackage eventually. I've read all the guidance and proposals I could find for where to place packages in the hierarchy: http://www.haskell.org/haskellwiki/Hierarchical_module_names http://www.cs.york.

[Haskell] [ANNOUNCE] dynamic-linker-template: automatically derive dynamic linking methods from a data type.

2012-08-02 Thread Sylvain HENRY
Hi, A few days ago I uploaded on Hackage the first release of dynamic-linker-template package (System.Posix.DynamicLinker.Template). Basically, it uses Template Haskell to generate boilerplate code to dynamically load symbols of a shared library into a data defined using "record" syntax. Si

Re: [Haskell] ALife category

2012-08-02 Thread Ertugrul Söylemez
Amy de Buitléir wrote: > I'm developing a framework for artificial life experiments that I > would like to make available on Hackage eventually. I've read all the > guidance and proposals I could find for where to place packages in the > hierarchy: > > http://www.haskell.org/haskellwiki/Hierarchi

[Haskell] ANNOUNCE: time-recurrence-0.9.0

2012-08-02 Thread Chris Heller
I am happy to announce a new version of time-recurrence, a library of functions for generating recurring sequences of dates: http://hackage.haskell.org/package/time-recurrence New in version 0.9.0 is a redesigned top layer API. Previously recurrences were described by combining generating fun