tvl-depot/services/tazblog/src
Vincent Ambo 915a2f8464 fix(tazblog): Ensure build works with MonadFail changes
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-07-02 12:42:28 +01:00
..
Blog.hs refactor: Move tazblog into monorepo structure 2019-06-28 22:55:39 +01:00
BlogDB.hs refactor: Move tazblog into monorepo structure 2019-06-28 22:55:39 +01:00
Locales.hs refactor: Move tazblog into monorepo structure 2019-06-28 22:55:39 +01:00
RSS.hs refactor: Move tazblog into monorepo structure 2019-06-28 22:55:39 +01:00
Server.hs fix(tazblog): Ensure build works with MonadFail changes 2019-07-02 12:42:28 +01:00