summaryrefslogtreecommitdiff
path: root/lib/Hakyll/Web/Template/Context.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Hakyll/Web/Template/Context.hs')
-rw-r--r--lib/Hakyll/Web/Template/Context.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Hakyll/Web/Template/Context.hs b/lib/Hakyll/Web/Template/Context.hs
index c1a4f23..3f75466 100644
--- a/lib/Hakyll/Web/Template/Context.hs
+++ b/lib/Hakyll/Web/Template/Context.hs
@@ -54,6 +54,7 @@ module Hakyll.Web.Template.Context
--------------------------------------------------------------------------------
import Control.Applicative (Alternative (..))
import Control.Monad (msum)
+import Control.Monad.Fail (MonadFail)
import Data.List (intercalate, tails)
#if MIN_VERSION_base(4,9,0)
import Data.Semigroup (Semigroup (..))