flip111
flip111
I found bits of the readme confusing. The terminology "connected component" is unnecessary in my opinion. And is also confusing because according to the current readme a connected component just...
Right now `hsc_stoptype` generates a bunch of code which can contain errors. These errors point to wrong line numbers in the original HSC files because the C macro doesn't print...
Whether actix had unsafe, unsound, buggy code, whatever code. The project as a whole was still really amazing. Let's not forget that. Wish it would be restarted and sacrifice the...
Hello, this library looks really good to me and i would like to use it in my haskell stack project. Could it be added to [stackage](https://www.stackage.org/) ?
64bit
The 64bits versions of the extensions are not available.
If/when available. Please include scripts in the repository to that automated the build: download sources, compiling, packaging
A dll for [memcached](http://pecl.php.net/package/memcached) is missing. Maryo: "i don't remember exactly, it was half year ago when i was trying it, but one problem was to compiled memcached itself and...
C ```c typedef const PCRE2_UCHAR8 *PCRE2_SPTR8; ``` hsc ``` #globalvar PCRE2_SPTR8 , Ptr CUChar ``` should be ``` #synonym_t PCRE2_SPTR8 , Ptr CUChar ```
Maybe it's ok to upgrade the dependency on logging? I get the following error while building with LTS-13.0 ``` Error: While constructing the build plan, the following exceptions were encountered:...
I'm new to FFI. I run this tool, i get a hsc file. I think i can just put it in the hsc2hs tool. But i get an error of...