[Haskell-beginners] Fwd: cis194 hw7 question - getting example to work

Carl Eyeinsky eyeinsky9 at gmail.com
Mon Jan 5 21:25:04 UTC 2015


Hi Dustin,

perhaps you're missing mtl. (There are also C.M.Trans.State in
transformers, though IIRC you have to use lift there to access the methods
in your monad stack.)
On Jan 5, 2015 9:28 PM, "Dustin Lee" <qhfgva at gmail.com> wrote:

> (sorry if dup.  I sent first before confirming my subscription)
>
> From the homework description I've tried running:
>
> dlee at morty ~/repos/cis194/week7 $ runhaskell StringBufEditor.hs
>
> Editor.hs:11:8:
>     Could not find module `Control.Monad.State'
>     Perhaps you meant
>       Control.Monad.ST (from base)
>       Control.Monad.ST.Safe (from base)
>       Control.Monad.Fix (from base)
>     Use -v to see a list of the files searched for.
>
> Is my haskell install messed up?   Have the libraries changed since the
> homework was created?
>
> Thanks,
>
> dustin
>
> --
> Dustin Lee
> qhfgva=rot13(dustin)
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20150105/15a8b7d6/attachment.html>


More information about the Beginners mailing list