dev-haskell/numinstances: numeric instances for tuples and functions , a depend of dev-haskell/vector-space

Package-Manager: portage-2.3.0
This commit is contained in:
Sergei Trofimovich
2016-09-11 10:44:05 +01:00
parent adf7099b7e
commit a2cfb19e96
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST NumInstances-1.4.tar.gz 4749 SHA256 cbdb2a49346f59ceb5ab38592d7bc52e5205580d431d0ac6d852fd9880e59679 SHA512 d36b6d924345142004c3fdfe5d329a8679ddab2763a117d80b7f8a7077cd98961696fdca573578ce2389bc54563a926445cb63c3d3b888a1c54d22bc329236c6 WHIRLPOOL 391e96cf238edceb770d71a6151dc1733ac11bc3c6ddc3eefbad781b0dff560398ef9bf2c74b71fed5beb5517932f81c3c42683b703ad44be24c66dcbc92fa5a

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Instances of numeric classes for functions and tuples
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
MY_PN="NumInstances"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Instances of numeric classes for functions and tuples"
HOMEPAGE="https://github.com/conal/NumInstances"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"
S="${WORKDIR}/${MY_P}"