Joshua Potter
3a724a32a3
Updated dependency ranges for packages.
2018-01-14 02:40:45 -08:00
Joshua Potter
ca52788125
Remove ghc-prim dependency.
2018-01-14 02:30:56 -08:00
Joshua Potter
bf84d65060
Converted to new stack format.
...
Includes an upgrade to a new version number.
2018-01-14 00:20:32 -08:00
Joshua Potter
b624393ea5
Add undefined definition.
2018-01-13 23:55:47 -08:00
Joshua Potter
1024c35452
Normalize transformer imports.
...
Importantly, we want our transformer "singular" type aliases to be
consistent. Therefore ban the use of the Maybe transformer (which we can
easily replaces instances of with ExceptT () instead) and the either
transformer (instead, favor use of ExceptT).
2017-12-12 22:16:25 -08:00
Joshua Potter
86cf1df6bd
Add exception related functionality.
2017-12-12 21:25:02 -08:00
Joshua Potter
425617110d
Add Free module.
2017-12-11 19:02:43 -08:00
Joshua Potter
4b77cce007
Add ByteString and Text (lazy variants).
2017-12-10 16:54:09 -08:00
Joshua Potter
a2340df867
Explicit exports and add additional transformers.
2017-12-10 14:34:36 -08:00
Joshua Potter
913c4f4379
Have latest transformers library installed.
...
This is important since some instances are included in this package. For
instance, MaybeT is not an instance of MonadTrans in the previous
package.
2017-11-27 06:46:28 -08:00
Joshua Potter
bff2a04359
Add Reader functionality into postlude.
2017-11-27 06:43:01 -08:00
Joshua Potter
ebb1806c4a
Setup default Prelude and basic documentation.
2017-11-25 18:49:55 -08:00
Joshua Potter
86570d48a5
Initial commit.
2017-11-25 17:58:39 -08:00