diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-29 09:15:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-29 09:18:08 +0100 |
commit | 8f089e5a8dee8999719cb7a0fb564f8d7158793d (patch) | |
tree | 3322837fc627e5c725a349a5745874f792ec6d6b /dev-haskell/dictionary-sharing | |
parent | app-emulation/firecracker: Ignore all flags (diff) | |
download | gentoo-8f089e5a8dee8999719cb7a0fb564f8d7158793d.tar.gz gentoo-8f089e5a8dee8999719cb7a0fb564f8d7158793d.tar.bz2 gentoo-8f089e5a8dee8999719cb7a0fb564f8d7158793d.zip |
dev-haskell/dictionary-sharing: new pachage, a depend of testing-feat-1.1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/dictionary-sharing')
-rw-r--r-- | dev-haskell/dictionary-sharing/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/dictionary-sharing/metadata.xml | 8 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-haskell/dictionary-sharing/Manifest b/dev-haskell/dictionary-sharing/Manifest new file mode 100644 index 000000000000..8ee7eef9198c --- /dev/null +++ b/dev-haskell/dictionary-sharing/Manifest @@ -0,0 +1 @@ +DIST dictionary-sharing-0.1.0.0.tar.gz 2524 BLAKE2B d8a5a942749add31b4622b8bcea9784273fde2cb87865f5d7103f06f2fe9dbd82f247101b235ed7b716a8fb5e3dc813e897776778ee377442685d2b7d08d37b8 SHA512 5af84caae1339ddb006ba77f2505da63e0977368f93f4d84dbd8f31c0e45cea988a9175b5273cc2280b8d8f44dd8c921385ea2c38b239f08a565cae7c1fd6415 diff --git a/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild b/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild new file mode 100644 index 000000000000..ea60ad0ba50c --- /dev/null +++ b/dev-haskell/dictionary-sharing/dictionary-sharing-0.1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Sharing/memoization of class members" +HOMEPAGE="http://hackage.haskell.org/package/dictionary-sharing" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +" +src_prepare() { + default + + #https://hackage.haskell.org/package/dictionary-sharing-0.1.0.0/revisions/ + cabal_chdeps \ + 'containers >=0.5 && <0.6' 'containers >= 0.5' +} diff --git a/dev-haskell/dictionary-sharing/metadata.xml b/dev-haskell/dictionary-sharing/metadata.xml new file mode 100644 index 000000000000..b7878815d80d --- /dev/null +++ b/dev-haskell/dictionary-sharing/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</pkgmetadata> |