So I have a Haskell project (managed using stack) structured like this:
. ├── Main.hs ├── Other1.hs ├── subfolder └── Other2.hs
where the