BSD-3-Clause licensed by Tim Matthews
Maintained by Nikos Baxevanis
This version can be pinned in stack with:clr-host-0.2.1.0@sha256:fe6d2e35ba20cc57411a4bb0230fa774f1dc0c75bc9a96ce22bd868e7ee64756,4044

clr-host is a library that provides the ability to host (also known as embed) the common language runtime within the current Haskell process. Generally you'll only interface directly to this library to start the CLR, and the other code here is for higher level abstractions to use.

Changes

Version 0.2.1.0 (2018-10-01)

  • Replace DEPRECATED pragma for startClr and stopClr with a WARNING pragma (#22, @moodmosaic)