#2602: Haddock not installed properly
-----------------------------+----------------------------------------------
    Reporter:  NeilMitchell  |        Owner:         
        Type:  bug           |       Status:  new    
    Priority:  normal        |    Milestone:         
   Component:  Compiler      |      Version:  6.9    
    Severity:  normal        |   Resolution:         
    Keywords:                |     Testcase:         
Architecture:  Unknown       |           Os:  Unknown
-----------------------------+----------------------------------------------
Comment (by claus):

 the haddock package (what does that do, btw?) is also not installed
 correctly, pointing to build directories instead of installation
 directories:
 {{{
 $ type -a ghc-pkg
 ghc-pkg is /cygdrive/c/ghc/ghc-6.9.20080918/bin/ghc-pkg
 $ ghc-pkg.exe describe haddock
 name: haddock
 version: 2.2.2
 license: BSD3
 copyright: (c) Simon Marlow, David Waern
 maintainer: David Waern <[EMAIL PROTECTED]>
 stability: experimental
 homepage: http://www.haskell.org/haddock/
 package-url:
 description: Haddock is a documentation-generation tool for Haskell
              libraries
 category: Development
 author: Simon Marlow, David Waern
 exposed: True
 exposed-modules: Distribution.Haddock
 hidden-modules: Haddock.Types Haddock.InterfaceFile
                 Haddock.Exception
 import-dirs: d:/fptools/ghc/ghc-6.9.20080918\haddock-2.2.2
 library-dirs: d:/fptools/ghc/ghc-6.9.20080918\haddock-2.2.2
 hs-libraries: HShaddock-2.2.2
 extra-libraries:
 extra-ghci-libraries:
 include-dirs:
 includes:
 depends: Cabal-1.5.4 array-0.1 base-4.0 containers-0.1
          directory-1.0 filepath-1.1 ghc-6.9.20080918 haskell98-1.0.1
          pretty-1.0
 hugs-options:
 cc-options:
 ld-options:
 framework-dirs:
 frameworks:
 haddock-interfaces: haddock.haddock
 haddock-html: d:/fptools/ghc/ghc-6.9.20080918/doc
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2602#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to