Commit graph

16 commits

Author SHA1 Message Date
Stephen Paul Weber
f3c719ae44
Update metadata for 0.3 2024-01-22 11:31:38 -05:00
Stephen Paul Weber
decd5d9cb2 Switch base of the transformer stack to UIO
A lot of the utilities are still in IO for now, and we still provide a
transitional MonadIO instance, but the transformer stack itself is Unexceptional now.
2021-02-16 13:12:55 -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
Stephen Paul Weber
b32c6617ed We use tabs, so stop whining 2021-02-13 20:06:48 -05:00
John Millikin
9b318950fc
Bump version to 0.2. 2015-06-17 20:48:07 -07:00
John Millikin
90aa9e3473
Bump version to 0.1.6. 2015-05-07 18:45:03 -07:00
John Millikin
5588ba43c8
Bump version to 0.1.5. 2013-09-07 12:41:00 -07:00
John Millikin
6456ba5220
Update source-repository locations. 2013-09-07 12:31:23 -07:00
John Millikin
173fd08355
Bump version to 0.1.4. 2012-10-26 19:04:13 -07:00
John Millikin
a89dec4839
Remove maximum dependency version on bytestring. 2012-10-26 19:03:54 -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
12aa431864
Bump version to 0.1.1. 2012-02-23 18:34:13 -08:00
John Millikin
c36fdda7d8
Clean up the Cabal file, and move library source to lib/. 2012-02-23 18:30:29 -08:00
John Millikin
34a2e4129a
Get rid of `-fno-warn-unused-do-bind` compilation flag. 2011-08-16 21:28:51 -07:00
John Millikin
fe1cb6a4bc
Initial import 2010-04-26 16:59:24 +00:00