I want to run my Haskell program in the terminal of Visual Studio Code, but when I try to do this I get this error back:
Could not find module `Crypto.Hash.SHA1'
Use -v to see a list of the files searched for.
|
14 | import Crypto.Hash.SHA1
| ^^^^^^^^^^^^^^^^^^^^^^^
How can I solve this problem?