summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-14 15:11:52 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-14 15:11:52 +0100
commitcf47549f0a975c427706af9aef75fc4346c330ae (patch)
treeb32d293994004b3249d5261e34f3f20160047a56 /src/Hakyll
parentd2aaf335c3919505212ba5ae8aa2780419971dd9 (diff)
downloadhakyll-cf47549f0a975c427706af9aef75fc4346c330ae.tar.gz
Haddock fix
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Core/Identifier/Pattern.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Identifier/Pattern.hs b/src/Hakyll/Core/Identifier/Pattern.hs
index ba6a3a4..ac10746 100644
--- a/src/Hakyll/Core/Identifier/Pattern.hs
+++ b/src/Hakyll/Core/Identifier/Pattern.hs
@@ -175,7 +175,7 @@ fromGlob = Glob . parse'
--
-- The correct way to use this is:
--
--- > fromList (map (setVersion "pdf") ["foo.markdown"])
+-- > fromList $ map (setVersion $ Just "pdf") ["foo.markdown"]
fromList :: [Identifier] -> Pattern
fromList = List . S.fromList