summaryrefslogtreecommitdiff
path: root/dev-haskell/tagshare
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/tagshare
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/tagshare')
-rw-r--r--dev-haskell/tagshare/Manifest3
-rw-r--r--dev-haskell/tagshare/metadata.xml17
-rw-r--r--dev-haskell/tagshare/tagshare-0.0.ebuild24
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-haskell/tagshare/Manifest b/dev-haskell/tagshare/Manifest
new file mode 100644
index 000000000000..9d5793fa291b
--- /dev/null
+++ b/dev-haskell/tagshare/Manifest
@@ -0,0 +1,3 @@
+DIST tagshare-0.0.tar.gz 2127 BLAKE2B f03fa580c08c45fe26f40cea2490f29a76e88f57d0af85c77c955b420476c28ea518e7ff873e9f8074993f103c5326de897b73fe575917c3b1d1877f65742586 SHA512 872592757bba6b21846888aeec1b36cc4f7c9cd602a299bb493763bd1c38d52d84419319a6761f5019e565081aceedc343cc1e52fcf5449a78e709da6164051f
+EBUILD tagshare-0.0.ebuild 616 BLAKE2B 90c1c12104028c303743f166f7ac4a90eab99eba5a804249640d77a9de69b7b99a3e98c997e2a52afe1eafb9c3f25cf69af200c8a04cd4e14b531c4bfd6ac389 SHA512 cfa8d5f32a4501ad36f90772321ba6c3939f3276af72abe93e95bf96ac26a5e232919164cd4685928d59e9668dd7eb7fe48de3b8e4bf12b66f8fe15b440422ff
+MISC metadata.xml 553 BLAKE2B e86aadaf6b4df3772eb63c53ddd687aa57272354fbbb97df32659af47ed9218dbecdc056aacf20d39da48bbd662dd8ad2257929455068551659f264007e245d8 SHA512 e5b3d9a4b326520129f0a48553c8880eeea1ca5bfa8a43748222d2ac2ea9563d0d040d8e0785ff16e8f3aa7b65c1e86deaa7bd4c88b29df34cbedd2f04cae25d
diff --git a/dev-haskell/tagshare/metadata.xml b/dev-haskell/tagshare/metadata.xml
new file mode 100644
index 000000000000..5938819251da
--- /dev/null
+++ b/dev-haskell/tagshare/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+ TagShare supplies a monad for sharing values based on tags
+ and types. Each tag and type is bound to at most one value
+ in a dynamic map.
+
+ The principal use of this package is to ensure that
+ constant class members or other overloaded values are
+ shared.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/tagshare/tagshare-0.0.ebuild b/dev-haskell/tagshare/tagshare-0.0.ebuild
new file mode 100644
index 000000000000..a4275b21f7f6
--- /dev/null
+++ b/dev-haskell/tagshare/tagshare-0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="TagShare - explicit sharing with tags"
+HOMEPAGE="http://hackage.haskell.org/package/tagshare"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-1:=[profile?]
+ <dev-haskell/mtl-3:=[profile?]
+ >=dev-lang/ghc-7.4.2:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"