
7 Oct
2011
7 Oct
'11
6:01 p.m.
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