summaryrefslogtreecommitdiff
path: root/dev-haskell/sop-core
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/sop-core
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/sop-core')
-rw-r--r--dev-haskell/sop-core/Manifest3
-rw-r--r--dev-haskell/sop-core/metadata.xml25
-rw-r--r--dev-haskell/sop-core/sop-core-0.5.0.1.ebuild24
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/sop-core/Manifest b/dev-haskell/sop-core/Manifest
new file mode 100644
index 000000000000..199f4e97d9e3
--- /dev/null
+++ b/dev-haskell/sop-core/Manifest
@@ -0,0 +1,3 @@
+DIST sop-core-0.5.0.1.tar.gz 28666 BLAKE2B 66e40ecddf994165a37c7aa6d6d06cff3a114b15ca380fadef135df6fd19e3aa31c8602b2e58fa794ce4dce0e10fe8fce17e8d9e1f06dd30f0610aec7e1f32d9 SHA512 2866e7c1a29a5585dabdbd6399e5df4003f21dd94d7b9a1b93681c53e1106af528cfd24dab0b918b36d73d0b05db6525201ea3213ab90575c242557ac41d80bd
+EBUILD sop-core-0.5.0.1.ebuild 534 BLAKE2B ae56938d666e86ddff787dd0ea8d6641f3e23deeaf2e3135cc9eec0874e661ef9b9ae85542aa16e0116288a532961e80f3df3329fdbb6ad86c1716ba5d803be8 SHA512 14512597f0384555c1c373a3eb7e716fdcfb90fa31ae7f349592a5025ffba1926dc40349a9b5a43175c6054c56a2e460259a81309ce4a2d0593be95206f71d86
+MISC metadata.xml 822 BLAKE2B 85ca7655d27efba163ae8f65d081afa03f322db7c8a8ffe7534989896bcf5f8ac804b46a35b74a02552312b282f2a8ede15bd286e5b69b9e1e182d5f863df91a SHA512 ded57dff45fc59fae385fd2fafd4c35a72c3a28e39a0b0a8ef8746d85a5d16c597bbc70f293da17aee685996747d7cc3625b87bcff8eca2f704e439303d883b8
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..bc5901a41bb9
--- /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="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 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+"