From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/comonads-fd/Manifest | 5 ++++ dev-haskell/comonads-fd/comonads-fd-3.0.3.ebuild | 30 ++++++++++++++++++++++++ dev-haskell/comonads-fd/comonads-fd-4.0.ebuild | 25 ++++++++++++++++++++ dev-haskell/comonads-fd/metadata.xml | 14 +++++++++++ 4 files changed, 74 insertions(+) create mode 100644 dev-haskell/comonads-fd/Manifest create mode 100644 dev-haskell/comonads-fd/comonads-fd-3.0.3.ebuild create mode 100644 dev-haskell/comonads-fd/comonads-fd-4.0.ebuild create mode 100644 dev-haskell/comonads-fd/metadata.xml (limited to 'dev-haskell/comonads-fd') diff --git a/dev-haskell/comonads-fd/Manifest b/dev-haskell/comonads-fd/Manifest new file mode 100644 index 000000000000..fcdc9a6bc1f2 --- /dev/null +++ b/dev-haskell/comonads-fd/Manifest @@ -0,0 +1,5 @@ +DIST comonads-fd-3.0.3.tar.gz 3572 BLAKE2B 348dadd24fa6653769ba635cfbcb97d53eb7b605fef09c95830c0a4d33f02b30c260ad7f3d924dd9fde6cb04c4930428a6ab0cb837cb1b33d4c8ab9b874a0c68 SHA512 222022cf5b619f11c54891d3c3e4b60907a165e8d69c67b372150d35e1b8770a7cef2f904d4c5a7baa32468c350155f93f58c7f1fbf01362027d1376bb575b05 +DIST comonads-fd-4.0.tar.gz 2605 BLAKE2B 3d498483964cf10f3622aaa4097adabf70c2ef1d82c28025697e775fb4b6d88b33332235772001f6180279876bfd4fa1b3720762c7297c3c9c9d00f031d2cf5c SHA512 290a137c7485c5cbebc7994737a0c2a70ffb2463188cd491bf86b4e02edb5cc3a8c4fd7b7cfcfc999c6dfbed6bb437a63f44959ec34e4addaffd0a81a20125a1 +EBUILD comonads-fd-3.0.3.ebuild 896 BLAKE2B 3a19ad1bfaa93750856974d829b588aa0419e7161703f23e4ce078b4eb89612ff1f73d9a214c98ee655183d7e6ea4177f04d7a364a693d97d638438a255ac187 SHA512 a23ae5cbb0ee1eaade80f90010928a96307991a78c5a4f17df91403f3af86eae802172452dc32e730adf493d4ee920d45702d7d9c7ea3c7363b782bfdd95d76b +EBUILD comonads-fd-4.0.ebuild 573 BLAKE2B ffa0437447c60c0d9f59df1071106e356598ce10f81b59aba1e234de9852a45a31957d16b5e39bb7954bc95173a842b0bc1aeff7a7b9f25aa0982e4a5c33d65b SHA512 156db5ada98057d5b5050fe156cc39db0fea39e51d8d1422279f0614eeb678424a2bbb0c79b5068f63463e24ea2881905b985fcdc1fb843566a6677bd81333b9 +MISC metadata.xml 424 BLAKE2B a9beb4facce4d998573d188517b2b9ee981f3e5248b2b216cf57b8187fad39a200dfe89b279a5abd4f457a24641854596d4ab361e4b8aee1af6684e60b110067 SHA512 32c88e11934b03154e2806f99502df21f23837773a5cb4f866c739a2bb608f5ede5962b9671b9bb076338cf6e418ab50f8fee25a4bd88a390abbde4c770aedbd diff --git a/dev-haskell/comonads-fd/comonads-fd-3.0.3.ebuild b/dev-haskell/comonads-fd/comonads-fd-3.0.3.ebuild new file mode 100644 index 000000000000..c41b560b17f5 --- /dev/null +++ b/dev-haskell/comonads-fd/comonads-fd-3.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Comonad transformers using functional dependencies" +HOMEPAGE="https://github.com/ekmett/comonads-fd/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/comonad-3*:=[profile?] + =dev-haskell/comonad-transformers-3*:=[profile?] + >=dev-haskell/mtl-2.0:=[profile?] + =dev-haskell/semigroups-0.8.3.1:=[profile?] + =dev-haskell/transformers-0.2:=[profile?] + =dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild b/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild new file mode 100644 index 000000000000..ebfc1da3cf5e --- /dev/null +++ b/dev-haskell/comonads-fd/comonads-fd-4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="This package has been merged into comonad 4.0" +HOMEPAGE="https://github.com/ekmett/comonads-fd/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/comonad-4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" diff --git a/dev-haskell/comonads-fd/metadata.xml b/dev-haskell/comonads-fd/metadata.xml new file mode 100644 index 000000000000..af7f550860b9 --- /dev/null +++ b/dev-haskell/comonads-fd/metadata.xml @@ -0,0 +1,14 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Comonad transformers using functional dependencies + + + ekmett/comonads-fd + + -- cgit v1.2.3