Xie Ruifeng
Xie Ruifeng
I would love to work on this, but I had never dive into the source code of `HPack`. Can someone give me a big picture of which part of `HPack`...
Same error occurred in `stack Version 1.9.3 (Git revision 40cf7b37526b86d1676da82167ea8758a854953b (6211 commits) x86_64 hpack-0.31.1) `. But I have no idea how to modify the `sdl2-image.cabal` file, for I am using...
@ysaskia Thanks for your response, but another strange problem occurs. I downloaded this repository as a zip package and unzipped it to my project directory as that StackOverflow answer suggests....
I have fixed the compiling problems by manually write the Haskell bindings for those `SDL_image API`s. I rewrote the `SDL.Raw.Image` module to get rid of those `Template-Haskell`s and it finished...
I know this is an old post, but in case anyone may need this information...... Basically, you need `pkg-config` to track dependencies on external C libraries. I believe you could...