[project @ 2003-05-29 14:39:31 by sof]
authorsof <unknown>
Thu, 29 May 2003 14:39:31 +0000 (14:39 +0000)
committersof <unknown>
Thu, 29 May 2003 14:39:31 +0000 (14:39 +0000)
commit8d3da431df9ba5e21de09a313ae7de0b794f0fc4
tree4725347da4f3b58bc694df9fc2e02a66b58c4c64
parent68f60ec9d6004e36d572bc3b2d38b25a16530706
[project @ 2003-05-29 14:39:31 by sof]
Support for interop'ing with .NET via FFI declarations along the
lines of what Hugs98.NET offers, see

 http://haskell.org/pipermail/cvs-hugs/2003-March/001723.html

for FFI decl details.

To enable, configure with --enable-dotnet + have a look
in ghc/rts/dotnet/Makefile for details of what tools are needed to
build the .NET interop layer (tools from VS.NET / Framework SDK.)

The commit doesn't include some library additions + wider-scale
testing is required before this extension can be regarded as available
for general use. 'foreign import dotnet' is currently only supported
by the C backend.
GHC/Dotnet.hs [new file with mode: 0644]