0

I am trying to include Control.Monad.State.Lazy in my stack project, but I cannot figure out what package I must include in package.yaml dependencies.

I usually end up guessing it, but I can't find it this time. What is the correct way to find the name of the package dependency in stack?

Paul
  • 360
  • 3
  • 10

1 Answers1

1

On stackage.org, you can view the list of all modules in a snapshot, and which package they are found in:

https://www.stackage.org/lts-12.21/docs

Michael Snoyman
  • 31,100
  • 3
  • 48
  • 77