1
Fork 0
Commit Graph

22 Commits (12bf35cea244b712bdb24d35fc81bf127dabb924)

Author SHA1 Message Date
Joshua Potter 12bf35cea2 Separate strict and lazy version of functions.
This includes a large minor version upgrade.
2018-04-22 22:00:37 -07:00
Joshua Potter 6f05ae6a80 Include `MonadTrans` in Postlude. 2018-04-11 22:57:15 -07:00
Joshua Potter 989df42386 Add `readFile` method. 2018-04-01 18:14:25 -07:00
Joshua Potter d386b41c66 Have default Text type be lazy for consistency. 2018-03-22 23:25:02 -07:00
Joshua Potter ed25faa7bc Return all `Free` functionality from transformer package. 2018-03-22 08:51:06 -07:00
Joshua Potter 77821b85df Update free package to allow version 5.0.1. 2018-03-14 10:28:56 -07:00
Joshua Potter 7550fec7ad Add exponential functions. 2018-02-28 22:19:25 -08:00
Joshua Potter a82f99a5c5 Use lazy ByteString for consistency. 2018-02-28 21:08:39 -08:00
Joshua Potter e3d8c054e8 Specify package versions. 2018-02-28 21:04:31 -08:00
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