Re: [Haskell-cafe] Unfriendly hs-plugins error

2007-10-02 Thread Björn Buckwalter
That helped, thanks! On 10/2/07, jeeva suresh [EMAIL PROTECTED] wrote: I had a similar problem, I solved it by using the development version of hs-plugins (ie. darcs get --set-scripts-executable http://www.cse.unsw.edu.au/~dons/code/hs-plugins) On 02/10/2007, Brandon S. Allbery KF8NH

[Haskell-cafe] Unfriendly hs-plugins error

2007-10-01 Thread Björn Buckwalter
Dear all, I'm getting a rather unfriendly error when trying to load a plugin with hs-plugins: my_program: Ix{Int}.index: Index (65536) out of range ((0,7)) The exact numbers in the message vary depending on what I'm trying to do. I'm using GHC-6.6.1 on MacOS X. Here are three files that

Re: [Haskell-cafe] Unfriendly hs-plugins error

2007-10-01 Thread Brandon S. Allbery KF8NH
On Oct 1, 2007, at 21:59 , Björn Buckwalter wrote: Dear all, I'm getting a rather unfriendly error when trying to load a plugin with hs-plugins: my_program: Ix{Int}.index: Index (65536) out of range ((0,7)) This tends to mean that hs-plugins doesn't understand the format of the .hi

Re: [Haskell-cafe] Unfriendly hs-plugins error

2007-10-01 Thread jeeva suresh
I had a similar problem, I solved it by using the development version of hs-plugins (ie. darcs get --set-scripts-executable http://www.cse.unsw.edu.au/~dons/code/hs-plugins) On 02/10/2007, Brandon S. Allbery KF8NH [EMAIL PROTECTED] wrote: On Oct 1, 2007, at 21:59 , Björn Buckwalter wrote: