Skip to content

Commit

Permalink
referencesCompiler → biblioCompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Nov 22, 2011
1 parent a6dc97f commit 33935a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions references/hakyll.hs
Expand Up @@ -14,5 +14,5 @@ main = hakyll $ do
"default.csl" "references.bib" >>> "default.csl" "references.bib" >>>
arr (fmap writePandoc) arr (fmap writePandoc)


match "default.csl" $ compile $ cslCompiler match "default.csl" $ compile cslCompiler
match "references.bib" $ compile $ referencesCompiler match "references.bib" $ compile biblioCompiler

0 comments on commit 33935a1

Please sign in to comment.