aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Biblio.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Text/Pandoc/Biblio.hs')
-rw-r--r--Text/Pandoc/Biblio.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc/Biblio.hs b/Text/Pandoc/Biblio.hs
index f39b6a608..fc7d0a15f 100644
--- a/Text/Pandoc/Biblio.hs
+++ b/Text/Pandoc/Biblio.hs
@@ -71,6 +71,6 @@ getCite i | Cite t _ <- i = [t]
| otherwise = []
getRefs :: [Reference] -> [Target] -> [Reference]
-getRefs r = map $ getReference r
+getRefs = map . getReference
#endif