Building HEAD with -fasm: error in package 'unix'

2006-12-05 Thread wld
/ \/\/ /_/\/|_| Type :? for help. Loading package base ... linking ... done. Loading package template-haskell ... linking ... done. Loading package readline-1.0 ... linking ... done. ghc-6.7: /home/wld/test/fptools/libraries/unix/HSunix.o: unknown symbol `lstat' Loading package unix-1.0 ... li

Re: unsafeCoerce#

2006-07-30 Thread wld
On 7/31/06, Neil Mitchell <[EMAIL PROTECTED]> wrote: Hi, Finding unsafeCoerce# in the documentation is challenging at best. It's not indexed by Haddock, which in turn means its not indexed by Hoogle. Lambdabot doesn't find it. Googling gave me GhcExts (from an old Happy file), which I guessed at

Re: One-character bug in time library

2006-06-05 Thread wld
Sorry ;) On 6/5/06, wld <[EMAIL PROTECTED]> wrote: Hi, File package.conf.in (darcs GHC HEAD) contains the following line: hs-libraries: "HSTime" This should be of course hs-libraries: "HSTime" Certainly, hs-li

One-character bug in time library

2006-06-05 Thread wld
Hi, File package.conf.in (darcs GHC HEAD) contains the following line: hs-libraries: "HSTime" This should be of course hs-libraries: "HSTime" V.Rudenko -- λ is the ultimate ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-b

GHC as library and new build tree layout

2006-05-05 Thread wld
Hi, I have tried Lemmih's example of using GHC as library. The very first line Prelude> :m GHC failed. Searching for reason of this failure, I've looked into the package.conf.in file of package ghc and found that pragma import-dirs contains lines like import-dirs: FPTOOLS_TOP_ABS"/ghc/compi

Head GHCi fails to load package unix

2006-02-26 Thread wld
ll.org/ghc/ \/\/ /_/\/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Loading package unix-1.0 ... linking ... ghc-6.5: /home/wld/test/fp/libraries/unix/HSunix.o: unknown symbol `lstat' ghc-6.5: unable to load package `unix-1.0' The small test of using 'lstat' com

Bug in cvs head ghci

2005-12-08 Thread wld
HI, Typing Prelude> :b GHC.Base I get [snip] data Addr# data Array# a data Bool = False | True data ByteArray# data Char# data Char = C# Char# data Double# data Float#*** Exception: No match in record selector TyCon.tyConTyVars Prelude> ghc built on Linux with - ghc 6.4.1 -