File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/Text/Pandoc/Lua/Marshal Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ {-# LANGUAGE ExplicitNamespaces #-}
12{-# LANGUAGE OverloadedStrings #-}
3+ {-# LANGUAGE PatternSynonyms #-}
24{- |
35Copyright : © 2021-2022 Albert Krewinkel
46SPDX-License-Identifier : MIT
@@ -17,7 +19,8 @@ module Text.Pandoc.Lua.Marshal.Citation
1719import Control.Applicative (optional )
1820import Data.Maybe (fromMaybe )
1921import HsLua as Lua
20- import Text.Pandoc.Definition (Citation (.. ))
22+ import Text.Pandoc.Definition (Citation , pattern Citation )
23+ import Text.Pandoc.Definition.Functors hiding (type Citation )
2124import Text.Pandoc.Lua.Marshal.CitationMode (peekCitationMode , pushCitationMode )
2225import {- # SOURCE #-} Text.Pandoc.Lua.Marshal.Inline
2326 ( peekInlinesFuzzy , pushInlines )
You can’t perform that action at this time.
0 commit comments