On 12/5/07, Simon Marlow <[EMAIL PROTECTED]> wrote:
> The only thing I can think of is that you might have dangling dependencies
> between the packages in your user database and the global database. Could
> you do 'ghc-pkg field X11 depends' and 'ghc-pkg field mtl depends'?
$ ghc-pkg field X11 de
Thanks for your reply, Simon!
On Dec 5, 2007 11:19 AM, Simon Marlow <[EMAIL PROTECTED]> wrote:
>
> I can't see what the problem is, but it certainly looks like something
> strange is going on. Did you find the problem?
Unfortunately, not. :( I'm reading Cabal code... but I cannot manage enough
t
Wed Dec 5 09:03:35 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* #include ../includes/MachRegs.h rather than just MachRegs.h
This fixes building on NixOS. I'm not sure why it worked everywhere else,
but not on NixOS, before.
M ./compiler/codeGen/CgUtils.hs -1 +1
M ./compiler/nativeGen/
Wed Dec 5 07:02:30 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* FIX #1110: hackery also needed when running gcc for CPP
M ./compiler/main/SysTools.lhs -1 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-
On 05/12/2007, at 13:55, Simon Marlow wrote:
Pepe Iborra wrote:
Tue Dec 4 02:55:11 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* Teach :print to follow references (STRefs and IORefs)
Prelude Data.IORef> :p l
l = (_t4::Maybe Integer) : (_t5::[Maybe Integer])
Prelude Data.IORef> p <- newIOR
Pepe Iborra wrote:
Tue Dec 4 02:55:11 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* Teach :print to follow references (STRefs and IORefs)
Prelude Data.IORef> :p l
l = (_t4::Maybe Integer) : (_t5::[Maybe Integer])
Prelude Data.IORef> p <- newIORef l
Prelude Data.IORef> :p p
p = GHC.
Wed Dec 5 04:50:15 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix the libraries Makefile
x && y
is not the same as
if x; then y; fi
as the latter doesn't fail when x fails
M ./libraries/Makefile -1 +1
___
Cvs-ghc mailing list
Cvs-
Wed Dec 5 03:40:17 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* Added test for :print of a reference
M ./tests/ghc-regress/ghci.debugger/scripts/all.T +1
A ./tests/ghc-regress/ghci.debugger/scripts/print028.script
A ./tests/ghc-regress/ghci.debugger/scripts/print028.stdout
_
Tue Dec 4 02:55:11 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* Teach :print to follow references (STRefs and IORefs)
Prelude Data.IORef> :p l
l = (_t4::Maybe Integer) : (_t5::[Maybe Integer])
Prelude Data.IORef> p <- newIORef l
Prelude Data.IORef> :p p
p = GHC.IOBase.IORef (GHC.STRe
Sun Dec 2 04:54:00 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* refactoring only
M ./compiler/ghci/Debugger.hs -1 +1
M ./compiler/ghci/RtClosureInspect.hs -8 +10
M ./compiler/main/InteractiveEval.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@h
Valery V. Vorotyntsev wrote:
Hi,
I've installed GHC from darcs recently (following
http://hackage.haskell.org/trac/ghc/wiki/Building/Hacking
instructions), and come into issue with Cabal
dependencies: http://hpaste.org/4182
I suspect my GHC configuration to be broken.
Could you please help me
Build results:
x86-64 Linux head: lost
x86 Windows head fast: pass lost pass pass
gabor head:pass
gbesh Intel x86_64 Linux head: pass
kahl G5 Gentoo Linux head: pass
mnemosyne x86-64 Gentoo head: pass
tnaur PPC OSX head 2: fail (failed stage2) f
Build results:
kahl G5 Gentoo Linux stable: pass
x86 Windows stable fast: pass lost pass pass fail (failed stage1) fail
(failed stage1)
x86-64 Linux stable: fail (failed publishbindist) lost
Old unexpected test failures:
10queens1 x86-64 Linux stable
1679
13 matches
Mail list logo