[Haskell-cafe] ANN: gitit 0.5.1

Robin Green greenrd at greenrd.org
Thu Feb 26 00:47:55 EST 2009


On Thu, 26 Feb 2009 14:30:17 +0000
Hugo Pacheco <hpacheco at gmail.com> wrote:

> Hi all,
> 
> Under gitit 0.5.3 I always get "Prelude.read: no parse" when trying to
> load a configuration file.
> My previous file goes attached, but the sample config file from
> http://github.com/jgm/gitit/tree/master does not work also.

I don't think you can actually do multiplication in the config file, as
the sample config file tries to. Replace 2 * 1024 * 1024 with 2000000,
and the sample config should work.
-- 
Robin


More information about the Haskell-Cafe mailing list