klequis / coding-notebook

notes on coding issues
MIT License
0 stars 0 forks source link

Could not find module ‘Test.QuickCheck’ #22

Open klequis opened 2 years ago

klequis commented 2 years ago

Although most comments on solution said that in you project root you need to use the command

cabal install --lib QuickCheck

You actually need to use the --lib flag

cabal install --lib QuickCheck