Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454442 - dev-haskell/haddock-2.6.1 missing upper bound on GHC in RDEPEND
Summary: dev-haskell/haddock-2.6.1 missing upper bound on GHC in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 16:18 UTC by fffaaaaew
Modified: 2013-02-10 14:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fffaaaaew 2013-01-28 16:18:01 UTC
dev-haskell/haddock-2.6.1 is failing to build for me because I have GHC 7 and it requires GHC 6.

Look at the .cabal file, it says:
    ghc >= 6.12 && < 6.14

RDEPEND only says:
  RDEPEND=">=dev-lang/ghc-6.12"

Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2013-02-10 14:26:40 UTC
Added constraint:

>  10 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
>  Constrained older haddock release ot use ghc-6.12 (bug #454442 by fffaaaaew).


Thanks!