3
votes

I've previously used stack ghci app:exe:executable to get a list of any errors in my Haskell project managed via cabal.

However now that I'm not using stack, how would I achieve the above (essentially load all the modules from the executable defined in the cabal project file)?

1

1 Answers