[Haskell-cafe] Annoyed at System.Random

Brandon Allbery allbery.b at gmail.com
Fri May 4 16:18:01 CEST 2012


On Fri, May 4, 2012 at 10:11 AM, Vincent Hanquez <tab at snarc.org> wrote:

> For the language, i think assembly is a no-no with cabal, as such it need
> to be embedded in gcc inline assembly if you want to have something that
> works (unless there's a secret way to run assembler in a portable fashion
> in cabal).
>

I don't know if cabal knows this, but assembler files with .s (and maybe
.asm on Windows?) extension are recognized by most C compilers and handed
off to the assembler; as such, simply augmenting cabal's C rules with those
extensions should be sufficient.

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120504/c3efb57b/attachment.htm>


More information about the Haskell-Cafe mailing list