1.5.1
New Features:
- Bartlett has learned to print or stream log results using the
log
sub-command. See the README for more details!
Developer updates:
- Bartlett has been refactored to take advantage of Monad Transformers
- Currently only using ReaderT but more are planned
- EitherT for better/more consistent error handling
- WriterT for debugging when things go wrong
- Currently only using ReaderT but more are planned
- Updated to LTS 8.2 which includes compilation under GHC 8.0.1
- Various minor code cleanup tasks