Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-07 Thread Stefan O'Rear
On Sat, Jul 07, 2007 at 03:59:48PM -0400, Scott Stoller wrote: > hi, > > I really appreciate the amazingly fast and helpful feedback to my previous > message. that problem (FiniteMap not found) is solved. but a new problem > came up... > > I am trying to compile paradox 1.0, an older (GHC 5) Ha

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Peter Tanski
On Fri, 6 Jul 2007 09:59:41 -0400 Scott Stoller wrote: I am trying to compile paradox 1.0, an older (GHC 5) Haskell program, with GHC 6.6.1 (the Solaris 10 / x86 binary distribution). Set.hs:26:7: Could not find module `Data.FiniteMap': locations searched: Data/FiniteMap.hs

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Neil Mitchell
Hi http://dfa.imn.htwk-leipzig.de/cgi-bin/cvsweb/lib/Autolib/Data/Map.hs?rev=1.6 Or easier: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FiniteMap-0.1 Thanks Neil ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.o

Re: problem compiling an older Haskell program with GHC 6.6.1

2007-07-06 Thread Johannes Waldmann
> Could not find module `Data.FiniteMap': > is this a backwards-compatibility issue between GHC 6.6.1 and older > versions of GHC? the module has just vanished from libraries. > is there a simple workaround? ugly, but workable: http://dfa.imn.htwk-leipzig.de/cgi-bin/cvsweb/lib/Autolib/D