= hswrap: generating Haskell module wrappers to .NET types/classes = This directory contains the sources for 'hswrap', a utility that helps you interop with .NET classes from Haskell in a type-safe manner. == Documentation == See doc/hswrap.txt for information on options and examples of use. == Building == The Makefile is hopefully self-explanatory and easy enough to use, but building 'hswrap' is straightforward to do directly: csc /out:hswrap.exe *.cs