summaryrefslogtreecommitdiff
path: root/src/Hakyll/Core/Provider/Internal.hs
diff options
context:
space:
mode:
authorEric Stolten <stoltene2@gmail.com>2013-08-20 22:03:04 -0400
committerEric Stolten <stoltene2@gmail.com>2013-08-20 22:03:04 -0400
commitfbc43b3a04583a3c23e30cb3382f32faacb39a4d (patch)
treea3fd214c0cdb7e7fa552b81284f667a4b2493043 /src/Hakyll/Core/Provider/Internal.hs
parentf14f52040a5377dbca229ab34674542148a4868b (diff)
parent5679681ac15de8b3b7d1cc0db6745f6787141e23 (diff)
downloadhakyll-fbc43b3a04583a3c23e30cb3382f32faacb39a4d.tar.gz
Merge branch 'upstream-master'
Diffstat (limited to 'src/Hakyll/Core/Provider/Internal.hs')
-rw-r--r--src/Hakyll/Core/Provider/Internal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Provider/Internal.hs b/src/Hakyll/Core/Provider/Internal.hs
index 583c665..d566f3a 100644
--- a/src/Hakyll/Core/Provider/Internal.hs
+++ b/src/Hakyll/Core/Provider/Internal.hs
@@ -98,7 +98,7 @@ data Provider = Provider
providerOldFiles :: Map Identifier ResourceInfo
, -- | Underlying persistent store for caching
providerStore :: Store
- }
+ } deriving (Show)
--------------------------------------------------------------------------------