Add cabal package for version 0.3.16 - #1
Conversation
0d8df85 to
4dfc77d
Compare
|
@Kleidukos Would you like to review this first package? I've added CI in the process of migrating it from my proof-of-concept branch. Note that we build the sdist and not directly do |
|
You're faster to review than I am to type comments :D |
|
Héhé. I see that it's a GH fork of the original sources. Is there a written procedure to follow in order to update the bundled bindings? Or do you diff the files and add them manually to the cabal file? |
No written procedure. I've never updated the bindings yet but I think we would just rebase and test on CI. The build system is pretty dumb because it only builds two files (.c and .S) which include many other files. If they add some files, we only have to add them to cabal's |
No description provided.