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

2008-04-10 Thread quick
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, registering the results to make it available for import in Haskell progra

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-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

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 e

Re: [gobolinux-devel] Code Documentation Project: String patch

2008-04-13 Thread Kevin Quick
Daniele, A couple of English corrections (it's a crazy language!) and typos, and a few Python recommendations. One specifically: since you're willing to use python herein, just use python for the get_token: resolves ambiguity over negative indexing/ bounds and much simpler as well. :) Comm

[gobolinux-devel] Fwd: GCC upgrade problem

2008-09-17 Thread Kevin Quick
hat your messages are > being rejected in error, contact the mailing list owner at > [EMAIL PROTECTED] > > > From: Kevin Quick <[EMAIL PROTECTED]> > Date: September 17, 2008 9:42:49 PM MST > To: [EMAIL PROTECTED] > Subject: GCC upgrade problem > > > I am current

Re: [gobolinux-devel] Fwd: GCC upgrade problem

2008-09-19 Thread Kevin Quick
On 17 Sep 2008, at 11:46 PM, Jonas Karlsson wrote: > 2008/9/18 Kevin Quick <[EMAIL PROTECTED]>: >> >>> $ SymlinkProgram GCC 4.3.2 >>> ... >>> $ echo "#include " | gcc -x c++ -c - >>> In file included from /Programs/GCC/Current/lib/g

Re: [gobolinux-devel] [gobolinux-commits] r4366 - trunk/Scripts/bin

2010-08-15 Thread Kevin Quick
On Fri, 06 Aug 2010 21:26:57 -0700, Michael Homer wrote: In fact, following up on this further, it seems that Alien-Cabal doesn't ever work at all. All it does is spew files all over the filesystem through /usr/local. And it can't install anything until you run `sudo cabal update` manually, whi