[Haskell-cafe] Cabalizing LVM

Sai Hemanth K saihemanth at gmail.com
Thu Oct 25 03:20:31 CEST 2012


Hi,

Here are two examples:
a) unix-compat has one:
https://github.com/jystic/unix-compat/blob/master/unix-compat.cabal
and
b) Network library has a platform specific cabal:
https://github.com/haskell/network/blob/master/network.cabal
Kindly note that network also expects a configure script to run - so it
expects msys/cygwin on windows, for example.



hope that helps,

Hemanth

On Thu, Oct 25, 2012 at 12:46 AM, Jurriaan Hage <J.Hage at uu.nl> wrote:

> Dear all,
>
> in an effort to Cabalize the Helium compiler and make it available on
> Hackage, it would
> be helpful to have an example of a Cabal file that shows how to deal with
> compilation
> of platform dependent C-code. Anybody out there who has a sample for me?
>
> best,
> Jurriaan Hage
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
I drink I am thunk.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121025/6840c048/attachment.htm>


More information about the Haskell-Cafe mailing list