summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-09 19:28:53 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-09 19:28:53 +0100
commitd9e0c3e86b03834a03e7ddf37b70cc141eccfe1c (patch)
tree588592f8112fa4380fb4703095e4bf5c4d7f2d0f /src/Hakyll
parent002cf4de32db979d515c2a9cdcd8c8f42859a797 (diff)
downloadhakyll-d9e0c3e86b03834a03e7ddf37b70cc141eccfe1c.tar.gz
Some tests for the Page module
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Web/Page/Internal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Page/Internal.hs b/src/Hakyll/Web/Page/Internal.hs
index 3192141..dd47197 100644
--- a/src/Hakyll/Web/Page/Internal.hs
+++ b/src/Hakyll/Web/Page/Internal.hs
@@ -20,7 +20,7 @@ import Hakyll.Core.Writable
data Page a = Page
{ pageMetadata :: Map String String
, pageBody :: a
- } deriving (Show, Typeable)
+ } deriving (Eq, Show, Typeable)
instance Monoid a => Monoid (Page a) where
mempty = Page M.empty mempty