[Haskell] Visual Haskell: Could not find module `Control.Monad.Writer'

Bernd Holzmüller bernd.holzmueller at ics-ag.de
Mon Jan 30 06:29:36 EST 2006


Hi all,

I am playing around with Visual Haskell, V0.1 (which really is great
stuff!). In the main module I wrote the following import:

    import Control.Monad.Writer

for which I get the error message:

    Could not find module `Control.Monad.Writer':   use -v to see a list
of the files searched for

I use the GHCOptions: -fglasgow-exts -fallow-overlapping-instances. Is
this a bug in Visual Haskell or what's wrong here?

Thanks,
Bernd



More information about the Haskell mailing list