[Hackage] #248: Running "haddock --hyperlink-source" fails with
a "requires Haddock version 0.8 or later" message
Hackage
trac at galois.com
Mon Jun 9 13:00:46 EDT 2008
#248: Running "haddock --hyperlink-source" fails with a "requires Haddock version
0.8 or later" message
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Cabal library | Version: 1.2.3.0
Severity: normal | Resolution: fixed
Keywords: | Difficulty: normal
Ghcversion: 6.8.2 | Platform:
----------------------------+-----------------------------------------------
Changes (by duncan):
* status: new => closed
* resolution: => fixed
Comment:
Looks like this is already fixed:
{{{
Sun Dec 9 18:05:55 GMT 2007 David Waern <davve at dtek.chalmers.se>
* Support --hyperlink-source for Haddock >= 2.0
hunk ./Distribution/Simple/Haddock.hs 125
- let have_src_hyperlink_flags = version >= Version [0,8] [] &&
version < Version [2,0] []
+ let have_src_hyperlink_flags = version >= Version [0,8] []
}}}
This patch is included in the 1.2 and 1.4 branches so will be in
Cabal-1.2.4.0 and is already included in Cabal-1.3.11.
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/248#comment:2>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list