
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

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
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- I drink I am thunk.
participants (2)
-
Jurriaan Hage
-
Sai Hemanth K