summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-07-02T11·41+0100
committerVincent Ambo <tazjin@google.com>2019-07-02T11·42+0100
commit915a2f8464348e024e7d802b63d9f18eabd828e3 (patch)
treeb9cd1489bbee774df32107875bd5760157fb94a2 /services/tazblog/tazblog.cabal
parentb51a53c936c0a5f9cdd75a911361443c3016c980 (diff)
fix(tazblog): Ensure build works with MonadFail changes r/8
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.
Diffstat (limited to '')
-rw-r--r--services/tazblog/tazblog.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/tazblog/tazblog.cabal b/services/tazblog/tazblog.cabal
index 3ca9d373b2..4e784f49b1 100644
--- a/services/tazblog/tazblog.cabal
+++ b/services/tazblog/tazblog.cabal
@@ -2,7 +2,6 @@ Name:                tazblog
 Version:             5.1.3
 Synopsis:            Tazjin's Blog
 License:             MIT
-License-file:        LICENSE
 Author:              Vincent Ambo
 Maintainer:          tazjin@gmail.com
 Category:            Web blog