#860: Package seems to depend on itself --------------------------------+------------------------------------------- Reporter: guest | Owner: Type: defect | Status: reopened Priority: normal | Milestone: Component: hackageDB website | Version: Severity: normal | Resolution: Keywords: | Difficulty: unknown Ghcversion: | Platform: --------------------------------+-------------------------------------------
Comment(by duncan): Yes, "self" internal dependencies are allowed. They are currently treated as internal dependencies if the package version falls in the build-depends version range. If it falls outside the range it's treated as external (e.g. so base-3 can depend on base-4). This current semantics isn't very satisfactory imho, I think we need some other mechanism to select other versions of the same package (and multiple versions of the same package). -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/860#comment:3> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel