installed QuickCheck,
i install again cabal install QuickCheck-1.2.0.0
and load again and has error
Could not find module Test.QuickCheck.Batch':
It is a member of the hidden package
QuickCheck-1.2.0.0'.
It is hidden package, How to do?
ghc -o tryprog hello.hs -package QuickCheck-1.2.0.0 : cannot satisfy -package QuickCheck-1.2.0.0 (use -v for more information)
besides this error, how to load .hs file with package quickcheck-1.2.0.0?
added 50 points for this question
I sincerely beg for your help on this loading problem!!
You can hide or expose packages with the ghc-pkg
command as in ghc-pkg expose QuickCheck-1.2.0.0
and ghc-pkg hide QuickCheck-2.4
and etc.
Test.QuickCheck.Batch
is a quickcheck version 1.x module and you likely installed a more recent, 2.x, version of quickcheck. As usual, you can find the documentation on hackage.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With