Closed
Description
I imagine the large majority of projects using Cabal tend to have a single directory under which all their source files are placed, such as $PROJECT_ROOT/src
. Given this, doesn't it make sense to try guessing the current directory based on the required cabal property hs-source-dirs
when starting a new project?
Apologies if this is a bad suggestion as I'm not familiar with best practices when it comes to packaging Haskell code.