clr-inline-0.1.0.0: Quasiquoters for inline C# and F#

Safe HaskellNone
LanguageHaskell2010

Clr.Inline.Cabal

Synopsis

Documentation

ensureFSharp :: UserHooks -> UserHooks Source #

Add this to your Cabal Setup.hs driver in order to require the the F# compiler is in the path.

 import Clr.Inline.Cabal
 import Distribution.Simple

 main = defaultMainWithHooks $ ensureFSharp simpleUserHooks

ensureCSharp :: UserHooks -> UserHooks Source #

Add this to your Cabal Setup.hs driver in order to require the the C# compiler is in the path.