Skip to content

Commit

Permalink
app-accessibility/hsay: allow ghc-7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed May 11, 2015
1 parent d38e3b7 commit fc4dda1
Showing 1 changed file with 11 additions and 6 deletions.
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.4.4
# ebuild generated by hackport 0.4.5.9999

CABAL_FEATURES="bin"
inherit haskell-cabal
Expand All @@ -18,10 +18,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
RDEPEND=">=dev-haskell/hclip-3:= <dev-haskell/hclip-4:=
>=dev-haskell/http-4000.2:= <dev-haskell/http-4000.3:=
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
>=dev-haskell/hclip-3 <dev-haskell/hclip-4
>=dev-haskell/http-4000.2 <dev-haskell/http-4000.3
>=dev-lang/ghc-7.8.2
"

src_prepare() {
cabal_chdeps \
'base >=4.7 && <4.8' 'base >=4.7'
}

0 comments on commit fc4dda1

Please sign in to comment.