summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
AgeCommit message (Collapse)AuthorFilesLines
2019-07-02 r/8 fix(tazblog): Ensure build works with MonadFail changesVincent Ambo1-1/+0
This updates some old code that makes assumptions via pattern matching to instead make assumptions via a Prelude function. This is known to be safe as it has been running fine for almost a decade now, but the recent MonadFail changes broke the build.
2019-06-28 refactor: Move tazblog into monorepo structureVincent Ambo1-0/+71
It's happening!