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 resources?
Thanks
Klaus