Re: relocatable packages: GHC_PACKAGE_PATH and package.conf

2012-05-28 Thread Tim Cuthbertson
On Tue, May 29, 2012 at 12:24 AM, Duncan Coutts wrote: > On 28 May 2012 05:36, Tim Cuthbertson wrote: > >>  - ghc doesn't seem to support ${pkgroot} prefixes. I thought it did, >> but I'm new to this so I may be misunderstanding where they can be >> used. > > I thought it did too since I think I

Re: ghc trac not sending verification emails?

2012-05-28 Thread Ian Lynagh
On Tue, May 29, 2012 at 10:09:47AM +1000, Tim Cuthbertson wrote: > I signed up for an account on http://hackage.haskell.org/trac/ghc/ to > report a couple of bugs, but can't file them until my email address is > verified. > > I've tried two different email addresses, waited more than 24 hours, > a

ghc trac not sending verification emails?

2012-05-28 Thread Tim Cuthbertson
I signed up for an account on http://hackage.haskell.org/trac/ghc/ to report a couple of bugs, but can't file them until my email address is verified. I've tried two different email addresses, waited more than 24 hours, and checked my spam folder but sill don't see anything. Is email sending buste

Re: relocatable packages: GHC_PACKAGE_PATH and package.conf

2012-05-28 Thread Duncan Coutts
On 28 May 2012 05:36, Tim Cuthbertson wrote: >  - ghc doesn't seem to support ${pkgroot} prefixes. I thought it did, > but I'm new to this so I may be misunderstanding where they can be > used. I thought it did too since I think I wrote the code for it. I don't recall exactly what version it got

relocatable packages: GHC_PACKAGE_PATH and package.conf

2012-05-28 Thread Tim Cuthbertson
Hi all, I'm trying to build a relocatable package using cabal, and running into some difficulties. I've created / used the following script to attempt to create a relocatable package: https://github.com/gfxmonk/0compile-cabal-build/blob/2cf4a08b146333d9292f6f8fd38431dd5c5c80f1/cabal-build When t