[Haskell-beginners] module not found
Antoine Latter
aslatter at gmail.com
Fri Oct 7 23:49:07 CEST 2011
On Fri, Oct 7, 2011 at 4:38 PM, Tyler Hayes <tylerhayes80 at gmail.com> 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'
>
> I've got to be missing something.
>
> Thanks,
> Tyler
Hello!
I don't know much about Haskore, but the package doesn't contain a
module titled "Haskore". This page has a listing of a ll of the public
modules in the package:
http://hackage.haskell.org/package/haskore
There is a package called 'haskore-vintage', which attempts to
preserve an older version of the library:
http://hackage.haskell.org/package/haskore-vintage
Perhaps that's what you're looking for?
Antoine
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
More information about the Beginners
mailing list