Re: new build system build fails on Solaris/x86

2009-01-22 Thread Karel Gardas
Ian Lynagh wrote: > On Wed, Jan 21, 2009 at 09:36:29PM +0100, Karel Gardas wrote: >> cd libffi && /usr/sfw/bin/gtar -zxf libffi*.tar.gz >> mv libffi/libffi*/ libffi/build >> mv: cannot access libffi/libffi*/ >> gmake[1]: *** [libffi/stamp.ffi.configure] Error 2 >> gmake: *** [all] Error 2 > > Aha,

a new impossible happened in ghci?

2009-01-22 Thread Peter Hercek
Hi, My preliminary search indicated this is new, but still, should I add this to GHC Trac? Maybe I just cannot formulate my query well. See the ghci session log at the end. Peter. status:0 pe...@dwarf [715] ~ % ghci GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help Loading packa

incorrect implementation of :show bindings?

2009-01-22 Thread Peter Hercek
Hi, Bindings displayed with ":show bindings" do not correspond to what can be observed by printing values explicitly for example using ":force". Is it supposed to work like that? If yes, why? Notice the value and type reported for variable "test" after it has been redefined in the example at