diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-02 14:09:07 +0100 |
commit | b17a3ef12038de50228bade1f05502c74e135321 (patch) | |
tree | 9026dffec53f92cba48ca9a500a4f778e6304380 /dev-haskell/dictionary-sharing | |
parent | 3cf7c3ef441822c889356fd1812ebf2944a59851 (diff) |
gentoo resync : 02.09.2020
Diffstat (limited to 'dev-haskell/dictionary-sharing')
-rw-r--r-- | dev-haskell/dictionary-sharing/Manifest | 3 | ||||
-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, 42 insertions, 0 deletions
diff --git a/dev-haskell/dictionary-sharing/Manifest b/dev-haskell/dictionary-sharing/Manifest new file mode 100644 index 000000000000..b55dbaeccb1b --- /dev/null +++ b/dev-haskell/dictionary-sharing/Manifest @@ -0,0 +1,3 @@ +DIST dictionary-sharing-0.1.0.0.tar.gz 2524 BLAKE2B d8a5a942749add31b4622b8bcea9784273fde2cb87865f5d7103f06f2fe9dbd82f247101b235ed7b716a8fb5e3dc813e897776778ee377442685d2b7d08d37b8 SHA512 5af84caae1339ddb006ba77f2505da63e0977368f93f4d84dbd8f31c0e45cea988a9175b5273cc2280b8d8f44dd8c921385ea2c38b239f08a565cae7c1fd6415 +EBUILD dictionary-sharing-0.1.0.0.ebuild 723 BLAKE2B 7c6030e683cf608e7fa4e61e1acaa8fb94cb591d5a07c5a02058d3906f8ab1ebda25b37088d7d612dae2a016ead8303de3505276fd0f8fb8f54ab4943009e526 SHA512 96fdabb81123a31047bb0750b0c376ad7a2095e0fbd476bcc38e9bed2730bd6a557c610fdcc84331be24d46df283be6c757f3b232c5af26478aeada927540ded +MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015 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..925356c70df5 --- /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="https://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> |