[Haskell-cafe] HSFFIG compilation problem

2008-05-13 Thread Harri Kiiskinen
Hello, I've tried to compile hsffig-1.0pl2, unsuccesfully, also from the unstable darcs repo. I'm using ghc-6.8 (ghc6-6.8.2 from Debian unstable). HSFFIG comes with its own version of Cabal, but I cannot get past the configuration phase (./cabal-setup configure), when I get the following output:

Re: [Haskell-cafe] runInteractiveProcess and hGetLine on Windows

2008-05-07 Thread Harri Kiiskinen
Thank You all for the lively discussion, and of course, a nice and simple answer to my problem: On Wed, 2008-05-07 at 21:17 +0100, Duncan Coutts wrote: > (inh,outh,errh,pid) <- runInteractiveProcess path args Nothing Nothing > -- We want to process the output as text. > hSetBinaryMode outh False

[Haskell-cafe] runInteractiveProcess and hGetLine on Windows

2008-05-07 Thread Harri Kiiskinen
Hello all, I bumped into a "feature" which might be a bug, but to be certain, I'd like to hear your opinion. I'm running ghc 6.8.2 on Windows XP, and with ghci I do the following: Prelude System.Process System.IO> (inp,outp,err,ph) <- runInteractiveProcess "kpsewhich" ["testfile.txt"] Not

[Haskell-cafe] A beginners question

2008-02-23 Thread Harri Kiiskinen
" Probably very simple, but there must be a delicate difference between these two expressions. I just don't get it. -- Harri Kiiskinen <[EMAIL PROTECTED]> ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe