summaryrefslogtreecommitdiff
path: root/dev-haskell/fmlist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/fmlist
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/fmlist')
-rw-r--r--dev-haskell/fmlist/Manifest3
-rw-r--r--dev-haskell/fmlist/fmlist-0.9.ebuild24
-rw-r--r--dev-haskell/fmlist/metadata.xml18
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/fmlist/Manifest b/dev-haskell/fmlist/Manifest
new file mode 100644
index 000000000000..bb58c0cfd680
--- /dev/null
+++ b/dev-haskell/fmlist/Manifest
@@ -0,0 +1,3 @@
+DIST fmlist-0.9.tar.gz 4256 BLAKE2B b6dff5a18f3e13c16c7aed41eb4b22d6fa01ee0a8fe8250fab706a0d07b38cf50bf09b40f0b794aae304c6c4e93fd30ede2ab1765cbbdede2a08e9b12b5d07ea SHA512 ddead2f2742e91365381ac9c003f59ea57441c4e9a32b01f3d1aa989120d954b01bb6b19f148a4d89c0cb7332093c39f17567d8c479d47133a0568b8abc757d4
+EBUILD fmlist-0.9.ebuild 526 BLAKE2B 9aca785245f50223a31c73931266956272b2346cd1cac65512b1cf04cd1e6a0467842436c111c08a8aa9538bafbfd6bde50793e01055278294832eb8a381e2e3 SHA512 3db79e7023c70d5248033069b1798dd24826cc8de76932e42e51fe39f9c8d20c1a6583f204889be023c801b1de771aefdc389f18d3029fc65ee16d0f0c8bd204
+MISC metadata.xml 649 BLAKE2B edaee174f4fae81ec0428208341edc01ae2b99148f4393e498c39aea47152a1cfdef44f9cfd68f3a7313172e565620b0645e187c0ab1b4e3570f0aaea16bb7a2 SHA512 338f1edee5049def417c74b8b5e30db76b34525ea6c5a308b80ab3bf9a64f34799e98a8b617b4715b488d864a92a16aa2642c57ce4322dedea0a5477fef69b9d
diff --git a/dev-haskell/fmlist/fmlist-0.9.ebuild b/dev-haskell/fmlist/fmlist-0.9.ebuild
new file mode 100644
index 000000000000..b245be87694c
--- /dev/null
+++ b/dev-haskell/fmlist/fmlist-0.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="FoldMap lists"
+HOMEPAGE="https://github.com/sjoerdvisscher/fmlist"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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.10
+"
diff --git a/dev-haskell/fmlist/metadata.xml b/dev-haskell/fmlist/metadata.xml
new file mode 100644
index 000000000000..d3d264a012cf
--- /dev/null
+++ b/dev-haskell/fmlist/metadata.xml
@@ -0,0 +1,18 @@
+<?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>
+ FoldMap lists are lists represented by their foldMap function.
+ FoldMap lists have O(1) cons, snoc and append, just like DLists,
+ but other operations might have favorable performance
+ characteristics as well. These wild claims are still completely
+ unverified though.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">sjoerdvisscher/fmlist</remote-id>
+ </upstream>
+</pkgmetadata>