Skip to content

1.5.1

Compare
Choose a tag to compare
@dogonthehorizon dogonthehorizon released this 16 Mar 17:27
· 13 commits to master since this release

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
  • Updated to LTS 8.2 which includes compilation under GHC 8.0.1
  • Various minor code cleanup tasks