Re: [Haskell-cafe] cabal probems with binary/containers packages

2009-10-28 Thread brian
That was indeed the problem. I edited the pkg-config file by hand. I followed your advice anyway and unregistered and re-installed. Everythingworks now. Thanks for your help. Brian On Oct 28, 2009, at 11:58 AM, Duncan Coutts wrote: On Wed, 2009-10-28 at 07:07 -0700, brian wrote: Just foun

Re: [Haskell-cafe] cabal probems with binary/containers packages

2009-10-28 Thread Duncan Coutts
On Wed, 2009-10-28 at 07:07 -0700, brian wrote: > Just found the following file: > > .ghc/powerpc-darwin-6.10.1/pkg-config > > and it is referring to 0.5.0.1. > > Is there anyway to regenerate the file, or is it broken because of a > problem with the package ? > >> It all started with this: >

Re: [Haskell-cafe] cabal probems with binary/containers packages

2009-10-28 Thread brian
Just found the following file: .ghc/powerpc-darwin-6.10.1/pkg-config and it is referring to 0.5.0.1. Is there anyway to regenerate the file, or is it broken because of a problem with the package ? Thanks, Brian On Oct 28, 2009, at 4:00 AM, Duncan Coutts wrote: On Tue, 2009-10-27 at 21:3

Re: [Haskell-cafe] cabal probems with binary/containers packages

2009-10-28 Thread brian
Hi Duncan, That works just fine: Installing library in /Users/briand/.cabal/lib/binary-0.5.0.2/ghc-6.10.1 Registering binary-0.5.0.2... Reading package info from "dist/installed-pkg-config" ... done. Writing new package config file... done. and still ghc gives me: Loading package binary-0.5.0.

Re: [Haskell-cafe] cabal probems with binary/containers packages

2009-10-28 Thread Duncan Coutts
On Tue, 2009-10-27 at 21:37 -0700, brian wrote: > It all started with this: > > Loading package binary-0.5.0.1 ... can't load .so/.DLL for: > HSbinary-0.5.0.1 (dlopen(libHSbinary-0.5.0.1.dylib, 9): image not found) > > so I tried > > > cabal upgrade binary Don't do that. Just use cabal insta

[Haskell-cafe] cabal probems with binary/containers packages

2009-10-27 Thread brian
It all started with this: Loading package binary-0.5.0.1 ... can't load .so/.DLL for: HSbinary-0.5.0.1 (dlopen(libHSbinary-0.5.0.1.dylib, 9): image not found) so I tried > cabal upgrade binary Resolving dependencies... Configuring containers-0.2.0.1... Preprocessing library containers-0.2.0