Yesod Scaffolding Project: Stack Build automatic removal of my package in cabal file

Viewed 68

In the project cabal file, I have added a package. But whenever I run stack build or stack exec -- yesod devel, the package got removed from cabal automatically.

Why is this?

1 Answers
Related