diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-29 11:44:00 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:00:00 +0100 |
commit | 3b6b6ff0e36126067f040d282755e43eafbfb74f (patch) | |
tree | af7b3227d64abb1829569978af8d4fae045078e7 /dev-haskell/sop-core | |
parent | dev-haskell/ansi-terminal: bump up to 0.10.3 (diff) | |
download | gentoo-3b6b6ff0e36126067f040d282755e43eafbfb74f.tar.gz gentoo-3b6b6ff0e36126067f040d282755e43eafbfb74f.tar.bz2 gentoo-3b6b6ff0e36126067f040d282755e43eafbfb74f.zip |
dev-haskell/sop-core: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/sop-core')
-rw-r--r-- | dev-haskell/sop-core/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/sop-core/metadata.xml | 25 | ||||
-rw-r--r-- | dev-haskell/sop-core/sop-core-0.5.0.1.ebuild | 24 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/sop-core/Manifest b/dev-haskell/sop-core/Manifest new file mode 100644 index 000000000000..b0ee8f52ff3f --- /dev/null +++ b/dev-haskell/sop-core/Manifest @@ -0,0 +1 @@ +DIST sop-core-0.5.0.1.tar.gz 28666 BLAKE2B 66e40ecddf994165a37c7aa6d6d06cff3a114b15ca380fadef135df6fd19e3aa31c8602b2e58fa794ce4dce0e10fe8fce17e8d9e1f06dd30f0610aec7e1f32d9 SHA512 2866e7c1a29a5585dabdbd6399e5df4003f21dd94d7b9a1b93681c53e1106af528cfd24dab0b918b36d73d0b05db6525201ea3213ab90575c242557ac41d80bd diff --git a/dev-haskell/sop-core/metadata.xml b/dev-haskell/sop-core/metadata.xml new file mode 100644 index 000000000000..7e93c91ee66a --- /dev/null +++ b/dev-haskell/sop-core/metadata.xml @@ -0,0 +1,25 @@ +<?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> + Implementation of n-ary sums and n-ary products. + + The module "Data.SOP" is the main module of this library and contains + more detailed documentation. + + The main use case of this package is to serve as the core of + https://hackage.haskell.org/package/generics-sop generics-sop + + A detailed description of the ideas behind this library is provided by + the paper: + + * Edsko de Vries and Andres Löh. + http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products + Workshop on Generic Programming (WGP) 2014. + + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/sop-core/sop-core-0.5.0.1.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.1.ebuild new file mode 100644 index 000000000000..3ac7fc12a23c --- /dev/null +++ b/dev-haskell/sop-core/sop-core-0.5.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="True Sums of Products" +HOMEPAGE="http://hackage.haskell.org/package/sop-core" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 +" |