[Haskell-beginners] module not found

Daniel Fischer daniel.is.fischer at googlemail.com
Sat Oct 8 00:01:32 CEST 2011


On Friday 07 October 2011, 23:38:42, Tyler Hayes wrote:
> Hello,
> 
> Very beginner here.  I downloaded the Haskore package with cabal:
> 
> cabal install haskore
> 
> but when I import Haskore in my source, I get:
> 
> Could not find module `Haskore'

There's no module Haskore in the haskore package on hackage, it has lots of 
modules like

Haskore.Basic.Duration

but no wrapper module that collects all.

It's gone very far from Paul Hudak's original Haskore.

If you're learning from a book or paper describing Hudak's Haskore, you 
should download haskore-vintage.

$ cabal install haskore-vintage

> 
> I've got to be missing something.
> 
> Thanks,
> Tyler




More information about the Beginners mailing list