Skip to content

Commit

Permalink
dev-haskell/sha: amd64, x86 stable, bug #559988
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20
  • Loading branch information
Sergei Trofimovich committed Sep 19, 2015
1 parent d3f84b6 commit 7676341
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-haskell/sha/sha-1.6.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
KEYWORDS="amd64 x86 ~amd64-linux"
IUSE="exe"

RESTRICT=test # fails to build on ghc-7.6, https://ghc.haskell.org/trac/ghc/ticket/8657

RDEPEND=">=dev-haskell/binary-0.7:=[profile?] <dev-haskell/binary-10000:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
Expand All @@ -34,6 +36,11 @@ DEPEND="${RDEPEND}

S="${WORKDIR}/${MY_P}"

src_prepare() {
cabal_chdeps \
' -O2' ' '
}

src_configure() {
haskell-cabal_src_configure \
--flag=decoderinterface \
Expand Down

0 comments on commit 7676341

Please sign in to comment.