Skip to content
#

haskell-tutorial

Here are 38 public repositories matching this topic...

CMCDragonkai
CMCDragonkai commented Feb 24, 2019

If we ever want to use Haskell to write a shared object/library that is meant to be consumed by another language (like C or something that also has FFI). Then we can use the foreign-library feature of Cabal.

The feature is explained here: https://www.haskell.org/cabal/users-guide/developing-packages.html#foreign-libraries

And there's a tutorial about it: https://qnikst.github.io/posts/2018

Improve this page

Add a description, image, and links to the haskell-tutorial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the haskell-tutorial topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.