Re: GHC 6.8.1 on Mac OS X 10.4 (Tiger)

2007-11-17 Thread Ian Lynagh
Hi Christian, On Thu, Nov 15, 2007 at 05:27:54PM +0100, Christian Maeder wrote: > > I've also created a binary distribution of GHC 6.8.1 for Mac OS X 10.4 Thanks, I've added it to the download page. Ian ___ Glasgow-haskell-users mailing list Glasgo

Re: ghc trac wiki, rss feeds not activated?

2007-11-17 Thread Claus Reinke
The timeline page: http://hackage.haskell.org/trac/ghc/timeline has an "RSS Feed" link at the bottom. ah, thanks! i was looking at http://hackage.haskell.org/trac/ghc/wiki/RecentChanges instead, which has no such link If you can point me at something that does RSS for the wiki pages

Re: ghc trac wiki, rss feeds not activated?

2007-11-17 Thread Ian Lynagh
On Sat, Nov 17, 2007 at 05:17:37PM -, Claus Reinke wrote: > a lot of ghc-related discussion takes place on ghc's trac > wiki these days, as does the development of ghc docs. > so i'd like to follow wiki changes as an rss feed. > > this is supported, according to > >http://hackage.haskell

ghc trac wiki, rss feeds not activated?

2007-11-17 Thread Claus Reinke
a lot of ghc-related discussion takes place on ghc's trac wiki these days, as does the development of ghc docs. so i'd like to follow wiki changes as an rss feed. this is supported, according to http://hackage.haskell.org/trac/ghc/wiki/TracRss http://hackage.haskell.org/trac/ghc/wiki/Tra

Re: GHC 6.8.1 on FreeBSD 7/amd64

2007-11-17 Thread Ian Lynagh
On Wed, Nov 14, 2007 at 04:38:28PM -0500, Brian P. O'Hanlon wrote: > Hello, all. I successfully built GHC 6.8.1 on my FreeBSD 7.0_BETA > amd64 machine. I was able to bootstrap it from the GHC 6.6.1 for > FreeBSD 6/amd64 which was posted to this list a while ago (and was > running in FreeBSD 6 com

Re: GHC 6.8.1 SpecConstr

2007-11-17 Thread Ian Lynagh
On Thu, Nov 15, 2007 at 10:24:43PM +0100, Daniel Fischer wrote: > Am Donnerstag, 15. November 2007 09:57 schrieb Simon Peyton-Jones: > > Urk. Well spotted! > > > > I omitted a prime (writing env instead of env') in a late fix, and as a > > result practically no top-level rules and specialisations

Re: GHC 6.8.1 on Mac OS X 10.5 (Leopard)

2007-11-17 Thread Ian Lynagh
On Sat, Nov 17, 2007 at 03:02:55PM +, C.M.Brown wrote: > > > Is there a way for GHC on OS X to find where it was run from, so that it > > can find package.conf? > > The command: > > ghc --print-libdir > > should do it. But the way that knows what to print on unix machines is that ghc is a

Re: GHC 6.8.1 on Mac OS X 10.5 (Leopard)

2007-11-17 Thread C.M.Brown
Ian, > Is there a way for GHC on OS X to find where it was run from, so that it > can find package.conf? The command: ghc --print-libdir should do it. Cheers, Chris. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://ww

Re: GHC 6.8.1 on Mac OS X 10.5 (Leopard)

2007-11-17 Thread Ian Lynagh
On Fri, Nov 16, 2007 at 11:15:08AM +0100, Christian Maeder wrote: > > This would require to allow relative paths in package.conf files (which > would be useful, anyway). The wrapper scripts for ghc, ghci and ghc-pkg > could be easily rewritten. > > I'm not sure if ranlib needs to be called, whene