call-haskell-from-anything
call-haskell-from-anything copied to clipboard
Call Haskell functions from any programming language via serialization and dynamic libraries
Great work for this library ! How to map a `record type` in haskell to C's `struct` ? I would like to let user to build a `record type` in...
I've implemented `byteStringToCStringFun` via `byteStringToCStringFunIO`, as mentioned in a TODO.
Will first wait on `msgpack` to be added: https://github.com/msgpack/msgpack-haskell/issues/62
I tried to install the package with CygWin on Windows 10 and got the following error: ``` Determining GHC version: 8.0.1 cabal.exe: Missing dependency on a foreign library: * Missing...
I am trying to export a module with own types with the following code: ``` {-# LANGUAGE ForeignFunctionInterface #-} {-# LANGUAGE TemplateHaskell #-} module RectangleMover where import Foreign.C import FFI.Anything.TypeUncurry.Msgpack...
It is not possible to build for windows. Please add the possibility to build for windows by cabal install call-haskell-from-anything or cabal build?
Hi, it'e me again. I'm not sure this is the right place for my question but I'll just go ahead and ask. I've been playing around with this library extensively...