Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-12 Thread Michael Homer
On Sat, Apr 12, 2008 at 8:21 PM, Kevin Quick <[EMAIL PROTECTED]> wrote: > > On 12 Apr 2008, at 1:08 AM, Michael Homer wrote: > > On Sat, Apr 12, 2008 at 7:16 PM, Kevin Quick <[EMAIL PROTECTED]> wrote: > >> > > > It's in the %decls (Perl) hash, typed to an array - cabal_variables > > and runhask

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-12 Thread Kevin Quick
On 12 Apr 2008, at 1:08 AM, Michael Homer wrote: > On Sat, Apr 12, 2008 at 7:16 PM, Kevin Quick <[EMAIL PROTECTED]> wrote: >> > It's in the %decls (Perl) hash, typed to an array - cabal_variables > and runhaskell should be listed there too. They are. > Only the entries tied to a > particular set

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-12 Thread Michael Homer
On Sat, Apr 12, 2008 at 7:16 PM, Kevin Quick <[EMAIL PROTECTED]> wrote: > On 11 Apr 2008, at 4:16 PM, Michael Homer wrote: > > On Fri, Apr 11, 2008 at 11:44 AM, Kevin Quick <[EMAIL PROTECTED]> wrote: > > > On 10 Apr 2008, at 12:01 AM, [EMAIL PROTECTED] wrote: > > > The issue here is that the Cab

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-12 Thread Kevin Quick
On 11 Apr 2008, at 4:16 PM, Michael Homer wrote: On Fri, Apr 11, 2008 at 11:44 AM, Kevin Quick <[EMAIL PROTECTED]> wrote: On 10 Apr 2008, at 12:01 AM, [EMAIL PROTECTED] wrote: The issue here is that the Cabal database (visible via "$ ghc-pkg list") should be told when a new version is sel

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-11 Thread Michael Homer
On Fri, Apr 11, 2008 at 11:44 AM, Kevin Quick <[EMAIL PROTECTED]> wrote: > On 10 Apr 2008, at 12:01 AM, [EMAIL PROTECTED] wrote: > > > Attached is a patch that will upgrade Compile/MakeRecipe to support the > Cabal > > build/library system (http://hackage.haskell.org/cabal) used for Haskell > > (G

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-10 Thread Kevin Quick
[Sorry Michael: my Spam filter ate your response, so I'm paraphrasing here] Attached is an updated version of this patch against the SVN for Compile. It utilized runhooks and SandboxInstall. (Thanks due Michael Homer for the pointers) On 10 Apr 2008, at 12:01 AM, [EMAIL PROTECTED] wrote

Re: [gobolinux-devel] Enhance Compile to support Haskell Cabal builds

2008-04-10 Thread Michael Homer
On Thu, Apr 10, 2008 at 7:01 PM, <[EMAIL PROTECTED]> wrote: > Attached is a patch that will upgrade Compile/MakeRecipe to support the Cabal > build/library system (http://hackage.haskell.org/cabal) used for Haskell > (GHC). This performs the build using the standard Haskell methodology, > regi