Skip to content

Commit

Permalink
Add type-functions 0.2.0.0 (for records), built with ghc 7.0.3 and 6.…
Browse files Browse the repository at this point in the history
…12.3
  • Loading branch information
Mark Wright committed May 28, 2011
1 parent e98e1cd commit 44a2b29
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-haskell/type-functions/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DIST type-functions-0.2.0.0.tar.gz 2721 RMD160 543a9032e70bddf5f6250214481a148f302f79e6 SHA1 ded7c9ce2cd37e24237098fa8115edf8674ae007 SHA256 8600e3d9a259c72f85691d22e979aa1251459a421c7e8461c9aaa53d45b7f918
EBUILD type-functions-0.2.0.0.ebuild 742 RMD160 7644161fabf0cc43fa49d949d8a51c601e97caab SHA1 08654acddb3f11e09b4de91df0e167c8bbc99f98 SHA256 7f5646decd4df6a93a80d94132d130866fcee15e6798097d54defc1ad6d8d136
30 changes: 30 additions & 0 deletions dev-haskell/type-functions/type-functions-0.2.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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 type-level functions"
HOMEPAGE="http://community.haskell.org/~jeltsch/type-functions/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="<dev-haskell/kinds-0.1
>=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 44a2b29

Please sign in to comment.