Commit graph

8 commits

Author SHA1 Message Date
Stephen Paul Weber
d1da25f3a0
These are ssize_t not size_t
The return negative for error cases and with newer GHCs lying causes a problem.
2024-09-04 17:50:43 -05:00
Stephen Paul Weber
858bf6fe98
Implement hash for sha1 2024-01-22 11:27:00 -05:00
Stephen Paul Weber
2882576126 Switch from monads-tf and custom transformer to ExceptT
When this code was written ExceptT didn't exist yet, but there's no reason to
vendor a custom implementation of it any longer.  We're taking very little
advantage of the monads-tf features so just remove that dependency (and the
language extension reliance that goes with it).
2021-02-16 13:12:35 -05:00
John Millikin
4edd87d207
Remove references to gnutls_certificate_type_set_priority.
This function was deprecated at some point in the distant past, and has
now been removed from gnutls upstream. There is no good replacement, and
no current users of the Haskell wrapper, so the easiest solution is to
remove setPriority from the binding.
2015-06-17 20:47:49 -07:00
Michael Alan Dorman
a8b816730b Fixups for AMP changes. 2015-05-07 18:44:25 -07:00
John Millikin
04064950bd
Remove unused FFI imports from gnutls-extra.
Bump version to 0.1.3.
2012-06-14 18:13:41 -07:00
John Millikin
5001417174
Minor cleanups. Remove maximum version of "transformers" dependency. 2012-05-13 14:28:58 -07:00
John Millikin
c36fdda7d8
Clean up the Cabal file, and move library source to lib/. 2012-02-23 18:30:29 -08:00