Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data ForeignLibType Source #
What kind of foreign library is to be built?
ForeignLibNativeShared |
A native shared library (
|
ForeignLibNativeStatic |
A native static library (not currently supported.) |
ForeignLibTypeUnknown |