Re: [Haskell-cafe] Project structure

2011-03-03 Thread wren ng thornton
On 3/3/11 3:33 AM, Hauschild, Klaus (EXT) wrote: Hi Haskellers, is there a recommended structure for Haskell projects. I like the Maven way (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) for Java projects. How to separate productive from test c

Re: [Haskell-cafe] Project structure

2011-03-03 Thread John Lato
> > From: "Hauschild, Klaus (EXT)" > > Hi Haskellers, > > is there a recommended structure for Haskell projects. I like the Maven way > ( > http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) > for Java projects. How to separate productive from test code,

[Haskell-cafe] Project structure

2011-03-03 Thread Hauschild, Klaus (EXT)
Hi Haskellers, is there a recommended structure for Haskell projects. I like the Maven way (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) for Java projects. How to separate productive from test code, how to separate source code from other resour