Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470184 - x11-wm/xmonad-contrib-0.10 has hidden dependency on dev-haskell/random
Summary: x11-wm/xmonad-contrib-0.10 has hidden dependency on dev-haskell/random
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 15:15 UTC by t7yfb3eia
Modified: 2013-06-12 06:35 UTC (History)
0 users

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 t7yfb3eia 2013-05-17 15:15:52 UTC
x11-wm/xmonad-contrib-0.10 has hidden dependency on dev-haskell/random, which causes it to fail to build

xmonad-contrib.cabal:

library
    if flag(small_base)
        build-depends: base >= 3 && < 5,
                       containers,
                       directory,
                       extensible-exceptions,
                       old-locale,
                       old-time,
                       process,
                       random    <------------

xmonad-contrib-0.10.ebuild:
RDEPEND="<dev-haskell/mtl-3[profile?]
        dev-haskell/random[profile?]    <------------
        dev-haskell/utf8-string[profile?]
        =dev-haskell/x11-1.5*[profile?]
        xft? ( >=dev-haskell/x11-xft-0.2[profile?] )
        ~x11-wm/xmonad-${PV}[profile?]
        >=dev-lang/ghc-6.10.1"
Comment 1 Alexander Vershilov (RETIRED) gentoo-dev 2013-06-12 06:35:17 UTC
Hello, if this bug still matters could you provide complete build failure,
as current ebuild seems to be correct.