Joined February 2015
·
Posted to
How to run Yesod interactively in GHCi (Haskell)
over 1 year
ago
What if we are using a cabal sandbox? I get a bunch of "Could not find module" errors.
What if we are using a cabal sandbox? I get a bunch of "Could not find module" errors.
Answering my own question. -- Use "cabal repl" -- However, it is possible to continue using ghci following the information in: http://stackoverflow.com/questions/12546757/how-do-i-use-cabals-min-version-and-other-macros-with-ghci/12546758#12546758