diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-haskell/sop-core | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
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 | 26 | ||||
| -rw-r--r-- | dev-haskell/sop-core/sop-core-0.5.0.2.ebuild | 27 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/sop-core/Manifest b/dev-haskell/sop-core/Manifest new file mode 100644 index 000000000000..ad3be3650bb8 --- /dev/null +++ b/dev-haskell/sop-core/Manifest @@ -0,0 +1 @@ +DIST sop-core-0.5.0.2.tar.gz 28505 BLAKE2B ec478dd47a6eae08a3b3a462c179fd867e592910dfac1b2d20a5a2f27f565fab15611a3b5a041b89c9284f8499fbafdb75ab1ce63dc7880afd76dbb78e11fc88 SHA512 bf71bc1823c567bc82c3a5a3166cbb4f4826149d66ec0871d11706512ce823b40ce6ce210cc5ba763a423a8d643b1819237e9b7f0950e901d445e05ccd78597b diff --git a/dev-haskell/sop-core/metadata.xml b/dev-haskell/sop-core/metadata.xml new file mode 100644 index 000000000000..981e4e01260c --- /dev/null +++ b/dev-haskell/sop-core/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild new file mode 100644 index 000000000000..3003ff6a6619 --- /dev/null +++ b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="True Sums of Products" +HOMEPAGE="https://hackage.haskell.org/package/sop-core" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" + +CABAL_CHDEPS=( + 'base >= 4.9 && < 4.17' 'base >= 4.9' +) |
