Hello.

I have made a simple test.hs file that imports the module QuickCheck.
However, when I load this module in ghci, it says that the module QuickCheck
is not found. I have looked in my haskell platform folder and find the
folder "QuickCheck 1.2.0.0".

I also tried to :set -package QuickCheck.
This added QuickCheck to the list of loaded packages.
However when loading my test module it still says "Could not find module
QuickCheck".
Locations searched were "QuickCheck.hs" and "QuickCheck.lhs"

What's wrong?
Thanks,
Remy.
-- 
View this message in context: 
http://www.nabble.com/Newbie-has-trouble-using-QuickCheck-tp26024248p26024248.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to