Skip to content

Commit

Permalink
Add kinds 0.0.1.2 (for records), built with ghc 7.0.3 and 6.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wright committed May 28, 2011
1 parent fa762c3 commit e98e1cd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-haskell/kinds/Manifest
@@ -0,0 +1,2 @@
DIST kinds-0.0.1.2.tar.gz 3302 RMD160 361bb4926792f82834adfff6b22ac802e7a05f50 SHA1 57a177cabd56d233fc7748358208b22cfce940da SHA256 faa7ba994ab12afb801fddef7e53f70cae68012bcbc6ff649d69f63830c67392
EBUILD kinds-0.0.1.2.ebuild 714 RMD160 4f36a42cc06801eb71b893344fd293a6ef8e6aeb SHA1 e4e87af290a324519767cc10f75412cf47f7cd28 SHA256 12cc2275adf3413473c3f7ac4624af8d5e0106aef38fb1faa4de8ca01b6505d3
28 changes: 28 additions & 0 deletions dev-haskell/kinds/kinds-0.0.1.2.ebuild
@@ -0,0 +1,28 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# ebuild generated by hackport 0.2.13

EAPI="3"

CABAL_FEATURES="lib profile haddock hscolour"
inherit haskell-cabal

DESCRIPTION="Emulation of subkinds and subkind polymorphism"
HOMEPAGE="http://community.haskell.org/~jeltsch/kinds/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.8.2"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.3"

src_prepare() {
sed -e 's@base >= 3.0 && < 4.1@base >= 3.0 \&\& < 4.4@' \
-i "${S}/${PN}.cabal" || die "Could not loosen base dependency"
}

0 comments on commit e98e1cd

Please sign in to comment.