Ticket #169 (closed defect: fixed)
Haskell Platform 2011-2.0.0: parsec docs contain broken HTML links
| Reported by: | rcobbe | Owned by: | MtnViewMark |
|---|---|---|---|
| Priority: | major | Milestone: | 2012.2.0.0 |
| Component: | OSX installer | Keywords: | |
| Cc: |
Description
Many of the HTML links from the Parsec docs included with Haskell Platform 2011-2.0.0 (Mac OS) are broken. For instance, in the docs for Text.Parsec.Prim, notice that the "String" link in the type of the "unexpected" function points to <file:///Users/markl/Projects/platform/hp-mac/src/macos/dist/root/Library/Frameworks/GHC.framework/Versions/7.0.2-i386/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String> and not to somewhere under /Library/Haskell/doc as it should. A quick investigation suggests that all of the links that point outside the Parsec docs are broken, although I haven't done an exhaustive investigation.
