Ticket #14886: patch-Text-Pandoc-Definition.hs

File patch-Text-Pandoc-Definition.hs, 448 bytes (added by jgm@…, 16 years ago)

patch file - for files subdirectory

Line 
1--- Text/Pandoc/Definition.hs.orig      2008-04-03 20:59:27.000000000 -0700
2+++ Text/Pandoc/Definition.hs   2008-04-03 20:59:46.000000000 -0700
3@@ -89,7 +89,8 @@
4 -- | Type of quotation marks to use in Quoted inline.
5 data QuoteType = SingleQuote | DoubleQuote deriving (Show, Eq, Read)
6 
7-type Target = (String, String)  -- ^ Link target (URL, title)
8+-- | Link target (URL, title).
9+type Target = (String, String)
10 
11 -- | Inline elements.
12 data Inline