diff --git a/hakyllbars.cabal b/hakyllbars.cabal
--- a/hakyllbars.cabal
+++ b/hakyllbars.cabal
@@ -5,10 +5,10 @@
 -- see: https://github.com/sol/hpack
 
 name:           hakyllbars
-version:        1.0.0.1
+version:        1.0.0.2
 synopsis:       A Hakyll compiler for Handlebars-like templates
 description:    Hakyllbars brings a handlebars-like template syntax to Hakyll. Please see the
-                README at <https://github.com/keywordsalad/hakyllbars#readme>
+                documentation at <https://keywordsalad.github.io/hakyllbars/>
 category:       Web
 author:         Logan McGrath
 maintainer:     logan.mcgrath@thisfieldwas.green
diff --git a/src/Hakyllbars/Source/Util.hs b/src/Hakyllbars/Source/Util.hs
--- a/src/Hakyllbars/Source/Util.hs
+++ b/src/Hakyllbars/Source/Util.hs
@@ -1,5 +1,6 @@
 module Hakyllbars.Source.Util where
 
+import Control.Monad (when)
 import Control.Monad.Identity
 import Data.Default
 import Text.Parsec hiding (label, runParser, token, (<?>))
