Main.hs should not live in src/ #18
Labels
No labels
ActivityPub
advanced features
basic functionality
bug
DHT
evaluation
refactoring
security
test case
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmittlauch/Hash2Pub#18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am opening this issue after our discussion.
Main.hs
should not live in src/. The convention in the Haskell community isto have your library live in
src/
and your executable inapp/
.Cheers!
I'll take care of this at the next larger feature branch merge.
Can you point to some examples for this convention? The Main.hs didn't always reside in src/, but I moved it there after looking at other packages (I guess pandoc was one of those).
Yes, Pandoc, with some other high-profile stuff, have always done things "their own way" for quite some time. :)
Regarding more “pedestrian” open-source projects, I can point to mini-lambda, top-apps, causal-haskell.
Unfortunately I can't really point you to the closed-source projects I had the opportunity to work on, so you'll have to believe me on those. :P