I am trying to install the QuickCheck Library using cabal however even though installation was successful the program does not run. I used the command:
cabal install QuickCheck
And installation completed. I import it into my haskell file like this:
import Test.QuickCheck
However I get the error that the QuickCheck module was not found:
error:
Could not find module `Test.QuickCheck'
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
1 | import Test.QuickCheck
I also tried to install the library manually from the .tar.gz package however I receive this error: