mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
dev-haskell/numinstances/Manifest
Normal file
1
dev-haskell/numinstances/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST NumInstances-1.4.tar.gz 4749 SHA256 cbdb2a49346f59ceb5ab38592d7bc52e5205580d431d0ac6d852fd9880e59679 SHA512 d36b6d924345142004c3fdfe5d329a8679ddab2763a117d80b7f8a7077cd98961696fdca573578ce2389bc54563a926445cb63c3d3b888a1c54d22bc329236c6 WHIRLPOOL 391e96cf238edceb770d71a6151dc1733ac11bc3c6ddc3eefbad781b0dff560398ef9bf2c74b71fed5beb5517932f81c3c42683b703ad44be24c66dcbc92fa5a
|
||||
11
dev-haskell/numinstances/metadata.xml
Normal file
11
dev-haskell/numinstances/metadata.xml
Normal 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>
|
||||
30
dev-haskell/numinstances/numinstances-1.4.ebuild
Normal file
30
dev-haskell/numinstances/numinstances-1.4.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user