Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
binary-shared
  • Loading branch information
qnikst committed May 5, 2013
1 parent 9022432 commit 4246f36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/binary-shared/Manifest
@@ -1 +1 @@
DIST binary-shared-0.8.2.tar.gz 9380 SHA256 a2e612a5336e5c26fb4cb9ac4abbd7872bb5d788aedfc69b37ac9345d96d9815 SHA512 6ff0951cece2cf40bc8325addbb5e3aeffd847c58e9c309e5ab678ffd245b02b9176d4b61e8c935f83c410d39aff9d7f7f95f6a8eb89da209e633c1543dceb7d WHIRLPOOL 6fa7cf76e590197ef0bf8a4efe60e25adfebb0cd15f8abe4c209be40fc7812d6fc091afe29ad84b1f3737ddc3eb2d7853b6740b1d19237cacdf17128d4b706e6
DIST binary-shared-0.8.3.tar.gz 9467 SHA256 830116505018fc43de09867bea9039b0bfa29e77564efa8c3f3b708933c098b2 SHA512 c378bb1235b2e5f4fa13ac4ec8268f949be52cc2ac4f074a99a1d802344e2e048c6fb4833ee797c3c6d2b12aae697b68687097feeb5e896db7e5a9316e06c498 WHIRLPOOL b2a0215269e492097a92afb8f7be4541145b914dbd82abfaf1c78573ba5ef0e9b0cdadc322ffed9e4cfac0c223de3796bbb0593f01c874e265aa5689f66e39ab
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
EAPI=5

# ebuild generated by hackport 0.2.18.9999
# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
Expand All @@ -14,12 +14,12 @@ HOMEPAGE="http://www.leksah.org"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/binary-0.5[profile?]
>=dev-haskell/mtl-1.1.0.2[profile?]
>=dev-lang/ghc-6.12.3"
RDEPEND=">=dev-haskell/binary-0.5:=[profile?]
>=dev-haskell/mtl-1.1.0.2:=[profile?]
>=dev-lang/ghc-7.4.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-0"
dev-haskell/cabal"

0 comments on commit 4246f36

Please sign in to comment.