On 15/02/2008, Joachim Breitner <[EMAIL PROTECTED]> wrote: > Version: 1.3.0-1 > > Hi Michal, > > it seemed that you were trying to install my unofficial package. But in > fact, the problem also exist with the version in Debian, as the > Dependency on ghc6-doc is not versioned, and you had ghc6.6 installed. > > Can you check that you can install libghc6-x11-doc 1.3.0-1 from Debian > with the current ghc6.8 package, and if so, please close the bug? >
Sorry about the late reply. It seems this is a bug in the ghc packages, not the ghc-x11 package. 1) the ghc -dev package should depend on the correct version of -doc package (or conflict with incorrect versions) as building the documentation appears to be standard part of the build process of Haskell extensions. 2) the haskell-auto-dependency scripts that are used during the package build should make a -doc package depend on the correct version of other -doc packages (and make the correct dependencies between -dev and -doc packages as above) This way the build process for ghc extensions such as this one should be seamless as long as they name the extensions they want in their build dependencies - either without version or the minimal version. Thanks Michal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

