Building NewBinary with ghc 6.5

2006-07-25 Thread Joel Reymont
Is there something that looks particularly wrong below? I'm on Mac OSX Intel. I'm trying to build crypto which depends on NewBinary which depends on lang (removed). --- ghc-pkg -l /usr/local/lib/ghc-6.5/package.conf: ALUT-2.0, Cabal-1.1.4, GLUT-2.0, HUnit-1.1, OpenGL-2.1, QuickCheck-1

Re: Building NewBinary with ghc 6.5

2006-07-25 Thread Jeremy Shaw
At Wed, 26 Jul 2006 00:40:33 +0100, Joel Reymont wrote: > > Is there something that looks particularly wrong below? Can you try the install with verbosity turned up: $ sudo runhaskell Setup.lhs install -v or perhaps even $ sudo runhaskell Setup.lhs install -v5 I believe this will show t

Re: Building NewBinary with ghc 6.5

2006-07-25 Thread Joel Reymont
Close but no cigar! sudo runhaskell Setup.lhs install -v5 directory dist/doc/html does exist: False Installing: /usr/local/lib/NewBinary-0.1/ghc-6.5 & /usr/local/bin NewBinary-0.1... copy dist/build/NewBinary/FastMutInt.hi to /usr/local/lib/ NewBinary-0.1/ghc-6.5/NewBinary/FastMutInt.hi copy d

Re: Building NewBinary with ghc 6.5

2006-07-26 Thread Jeremy Shaw
Hrm, Odd. The cabal code looks like it should be outputting the command-line that it uses to invoke ghc-pkg, but it does not work here either. Perhaps that is a cabal bug. In any case, I think it is just running: ghc-pkg update .installed-pkg-config If you run that command, does it generate th

Re: Building NewBinary with ghc 6.5

2006-07-26 Thread Joel Reymont
I installed my latest ghc build and that positively helped. Thanks for your help Jeremy! On Jul 26, 2006, at 6:55 PM, Jeremy Shaw wrote: Hrm, Odd. The cabal code looks like it should be outputting the command-line that it uses to invoke ghc-pkg, but it does not work here either. Perhaps that