[Haskell-beginners] module not found

David McBride toad3k at gmail.com
Sat Oct 8 00:12:57 CEST 2011


I feel someone should also point out the cabal info command.

cabal info haskore

And boy haskore sure isn't shy about exporting modules

On Fri, Oct 7, 2011 at 6:01 PM, Daniel Fischer
<daniel.is.fischer at googlemail.com> wrote:
> 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
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list