Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Formatting pass | Benjamin Barenblat | 2018-04-28 |
| | | | | | | I don’t always like the output hindent gives, so reformat the project to be a bit closer to what you see in published Haskell books and the like. | ||
* | Switch to c2hs | Benjamin Barenblat | 2018-04-28 |
| | | | | | | | | | | Let the computer figure out its own types for most foreign imports. Continue using the vanilla FFI for finalizers, though, as that’s the easiest way to deal with function pointers. Reuse the build hook from gtk2hs-buildtools to work around Cabal’s inability to topologically sort .chs dependencies (https://github.com/haskell/cabal/issues/1906). | ||
* | Apply Apache License | Benjamin Barenblat | 2018-03-28 |
| | |||
* | Implement HMAC | Benjamin Barenblat | 2018-03-24 |