diff options
Diffstat (limited to 'dev-haskell/profunctors')
-rw-r--r-- | dev-haskell/profunctors/Manifest | 6 | ||||
-rw-r--r-- | dev-haskell/profunctors/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-3.3.0.1.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-4.0.1.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-4.0.4.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-4.3.2.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-4.4.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/profunctors/profunctors-5.1.1.ebuild | 29 |
8 files changed, 190 insertions, 0 deletions
diff --git a/dev-haskell/profunctors/Manifest b/dev-haskell/profunctors/Manifest new file mode 100644 index 000000000000..3a3f878a8148 --- /dev/null +++ b/dev-haskell/profunctors/Manifest @@ -0,0 +1,6 @@ +DIST profunctors-3.3.0.1.tar.gz 6480 SHA256 0216dec6bd529b3108fdbb653df535ba4b9dcf5fa4c4c76aad9ae424d2eba799 SHA512 113d96a635e0644dd097bace3a5b2e58892a8fe47fbe614f3178ffa554486f177b4c512ad2301a75d0651156b976e43d545a596bc2a9b1763b1ef96f270bbeff WHIRLPOOL be98234527aa45703741ed4b646188c7b6961cd5b304d448f2dd86d0ea7ace1de9e785894551aa358e514251e9c229257659b2aa2c44242cea28c0257d915400 +DIST profunctors-4.0.1.tar.gz 9901 SHA256 06a54a1c6669f4a08767f9f6f4508ee51d152e92a159331f99abc3298f1dd98f SHA512 b0c5dfdcc27cca643888b9e5bfa8e02294c2f510c548c5927436af0ccf51e9772a1cc523525fa2ef143463eaafda401d3ede62107b3474932804f351b9cde5f2 WHIRLPOOL c45f56de3550a90aa38565afb917579f9b1e3ab11f3aaa9ecef89696c5e503c4f3db8424b5df69e3227656dc8b405220e40ffc786e0ec65283ee5cc7fbc73ebf +DIST profunctors-4.0.4.tar.gz 10516 SHA256 1de2857dfc08a2f4533d601edf07ff5de1212eb45ca42509038e7fe38d6646c3 SHA512 c282052ca8d59a99303c0ac4b55c3634cb496bb70738699d179d35683d8fab1a7d60e6027221ca534b946d23424b932c7a6280247b09d79d34da8f6465ed86e3 WHIRLPOOL c5bfacbfa1682b5a1b19b74bd9b67209817b8b9b2e58b2f65b33da3f1dc96d404bea1ed9d1eaedd83bb8ff3318ccf576d86c4ed2ce278e9900e384098a51daef +DIST profunctors-4.3.2.tar.gz 15816 SHA256 9b20c243382bde44df5a96793eaa74eda440ca371563f7a7185543f1e54abb19 SHA512 42fbed0bbe39adfb1092d92559c79224d950ddec03acb2400686d0aee5a2ddd1a978c379202435afce5e9e124bc769a0baa407d4e77e4bea82f5694aa8559e27 WHIRLPOOL 9a6094661c4f504191ae27b4b1177feff488192bbccf3ee35c10b639a0cfefd78388c68da84f48e9fcb62dd00d5bb384b5dd670f2ebc1575f3c6841b1c3264a8 +DIST profunctors-4.4.1.tar.gz 16997 SHA256 85980e45caf1a13b58461614d261febd1c7cdfefabf734b654dd3314d822b8f4 SHA512 66c6a81e2109f7c2f755063b06f54444bd932c679c701880c0ec1a8ee8a50c63b4bab67f7341af745c0a77e362ff74de9da8116e2641d5f99dd59250657b7f50 WHIRLPOOL b32b0decab5f1217ef5f0280d1bc1a8fca754fc4f6a2fa385c8f487f674582679cbbde15f1f52d24eede97e3073861b35590ff8a526a31bc3ac1c803a11078a4 +DIST profunctors-5.1.1.tar.gz 17866 SHA256 873f4478cdadd574c070c00fa790e4b0d8fb6f00577f142bf6e9dacbd48d8253 SHA512 c06266576e123ac1671893cc732a0a176f9132f2cde3be8a1b55efe73e272a326ea605bd7d9396e79e3bd48bfb66c721dd6c84fa7bc4fed53b1d788aebc7b5a9 WHIRLPOOL 594bce24d17f3eb9d621696c54eae9ec1cecb752624cf2fa8f8f3197bc42d77cb74ea43787d0c80e9650a6800d25bc75948bd3ec6c5d23a28274bd9ee42b19a7 diff --git a/dev-haskell/profunctors/metadata.xml b/dev-haskell/profunctors/metadata.xml new file mode 100644 index 000000000000..ab61cdb22fef --- /dev/null +++ b/dev-haskell/profunctors/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Haskell 98 Profunctors + </longdescription> + <upstream> + <remote-id type="github">ekmett/profunctors</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/profunctors/profunctors-3.3.0.1.ebuild b/dev-haskell/profunctors/profunctors-3.3.0.1.ebuild new file mode 100644 index 000000000000..7d1336499dd1 --- /dev/null +++ b/dev-haskell/profunctors/profunctors-3.3.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell 98 Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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/tagged-0.4.4:=[profile?] + <dev-haskell/tagged-1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/profunctors/profunctors-4.0.1.ebuild b/dev-haskell/profunctors/profunctors-4.0.1.ebuild new file mode 100644 index 000000000000..d676acb39b03 --- /dev/null +++ b/dev-haskell/profunctors/profunctors-4.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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-haskell/comonad-5:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/profunctors/profunctors-4.0.4.ebuild b/dev-haskell/profunctors/profunctors-4.0.4.ebuild new file mode 100644 index 000000000000..61f9e3ea8619 --- /dev/null +++ b/dev-haskell/profunctors/profunctors-4.0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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-haskell/comonad-5:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/profunctors/profunctors-4.3.2.ebuild b/dev-haskell/profunctors/profunctors-4.3.2.ebuild new file mode 100644 index 000000000000..9901d2497040 --- /dev/null +++ b/dev-haskell/profunctors/profunctors-4.3.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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-haskell/comonad-5:=[profile?] + >=dev-haskell/distributive-0.4.4:=[profile?] <dev-haskell/distributive-1:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/profunctors/profunctors-4.4.1.ebuild b/dev-haskell/profunctors/profunctors-4.4.1.ebuild new file mode 100644 index 000000000000..85768bbc4b9f --- /dev/null +++ b/dev-haskell/profunctors/profunctors-4.4.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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-haskell/comonad-5:=[profile?] + >=dev-haskell/distributive-0.4.4:=[profile?] <dev-haskell/distributive-1:=[profile?] + >=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?] + >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" diff --git a/dev-haskell/profunctors/profunctors-5.1.1.ebuild b/dev-haskell/profunctors/profunctors-5.1.1.ebuild new file mode 100644 index 000000000000..14b5a81c723e --- /dev/null +++ b/dev-haskell/profunctors/profunctors-5.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Profunctors" +HOMEPAGE="http://github.com/ekmett/profunctors/" +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-haskell/comonad-5:=[profile?] + >=dev-haskell/distributive-0.4.4:=[profile?] <dev-haskell/distributive-1:=[profile?] + >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |