[MacPorts] #14886: pandoc fails to build

MacPorts trac at macosforge.org
Tue Apr 1 19:06:47 PDT 2008


#14886: pandoc fails to build
------------------------------------------+---------------------------------
  Reporter:  shreevatsa.public at gmail.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect                       |      Status:  new                                  
  Priority:  Normal                       |   Milestone:  Port Bugs                            
 Component:  ports                        |     Version:  1.6.0                                
Resolution:                               |    Keywords:                                       
------------------------------------------+---------------------------------
Comment (by jgm at berkeley.edu):

 It seems that the very latest version of haddock
 in macports is stricter than previous versions.  There was a minor
 haddock error in Text/Pandoc/Definition.hs, which can be fixed by
 the patch below.  The problem will be fixed in 0.47, which I hope
 to release before long.

 John

 {{{
 --- Definition.hs       2007-11-29 00:09:07.000000000 -0800
 +++ Definition.new.hs   2008-03-31 13:21:55.000000000 -0700
 @@ -89,7 +89,8 @@
  -- | Type of quotation marks to use in Quoted inline.
  data QuoteType = SingleQuote | DoubleQuote deriving (Show, Eq, Read)

 -type Target = (String, String)  -- ^ Link target (URL, title)
 +-- | Link target (URL, title).
 +type Target = (String, String)

  -- | Inline elements.
  data Inline
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14886#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list