You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haskell-stack
Hi all,
Stack 1.5.1 appears to be deleting lines from a project's .cabal file. For example, if you run `stack build` on a standard Scotty web app [1] the build dies with:
../haskell-rest-demo/app/Main.hs:6:1: error: Failed to load interfacefor‘Web.Scotty’ Use-v to see a list of the files searched for.
If I then add a scotty dependency in the appropriate place [2] and re-run `stack build` that line actually disappears from the cabal file.
Before I opened an issue I just wanted to make sure I wasn't missing something obvious.