I am setting up Haskore on a SuSe 6.3 Linux system, using the Haskore.Zip
file from haskell.org/haskore/ and Hugs98-991018.
On loading <Haskore> Hugs reports the following
Prelude> :load Haskore
Reading file "/usr/share/hugs/lib/haskore/Haskore.hs":
Reading file "/usr/share/hugs/lib/haskore/HaskoreLoader.lhs":
Reading file "/usr/share/hugs/lib/haskore/Basics.lhs":
Reading file "/usr/share/hugs/lib/Ix.hs":
Reading file "/usr/share/hugs/lib/Ratio.hs":
Reading file "/usr/share/hugs/lib/haskore/Basics.lhs":
Reading file "/usr/share/hugs/lib/haskore/Performance.lhs":
ERROR "/usr/share/hugs/lib/haskore/Performance.lhs" (line 212): An instance
of Show NoteFun is required to derive Show Player
Basics>
(I did have to part capitalise the lowercase module names
(testhaskore.lhs -> TestHaskore.lhs) etc.) to get things going.
I am new to Haskell & Haskore would be appreciate any help in getting the
basic Haskore system working.
Thanks Neil.