diff options
-rw-r--r-- | src/Hakyll/Core/Identifier/Pattern.hs | 2 |
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 |