From 386855c4d1ef509c1fd32abd721589c81669613b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Oct 2023 08:35:49 +0100 Subject: gentoo auto-resync : 23:10:2023 - 08:35:49 --- dev-haskell/mtl/Manifest | 4 ++-- dev-haskell/mtl/metadata.xml | 8 +------- dev-haskell/mtl/mtl-2.2.2-r1.ebuild | 27 +++++++++++++++++++++++++++ dev-haskell/mtl/mtl-2.2.2.ebuild | 27 --------------------------- 4 files changed, 30 insertions(+), 36 deletions(-) create mode 100644 dev-haskell/mtl/mtl-2.2.2-r1.ebuild delete mode 100644 dev-haskell/mtl/mtl-2.2.2.ebuild (limited to 'dev-haskell/mtl') diff --git a/dev-haskell/mtl/Manifest b/dev-haskell/mtl/Manifest index e845e30a1c21..01dc2d33d90f 100644 --- a/dev-haskell/mtl/Manifest +++ b/dev-haskell/mtl/Manifest @@ -1,3 +1,3 @@ DIST mtl-2.2.2.tar.gz 16966 BLAKE2B 29755d32aa2b0107e512ab6fff1e2695076217d81d3d46276aa2610b7054c98c01b44611b50a0127f277b54d74e0d812e52b3ae2667bf1c2913e1276993fb5d4 SHA512 25aa48f53d9b1da04bb82d9eefff2e5f797a54bc0b22d6465fcef3bee8da0a459e714f4daf69669cc28a8fef5d638d8f9b1407dad2260d67d5a63e1cc324fe7c -EBUILD mtl-2.2.2.ebuild 729 BLAKE2B 531035544b2cce90c1ebd6c38a999583a449d13f6878d571320ec6029c6330045174f3fac8466860a2ab5a5f807471c84a1ec9a11d6b8cc4ca608db371932576 SHA512 1c418c567db3cfd62086fb489cc1c7864cf6af2334826e398bd3f6d1efe812240026290d69ab44c8646ff74447bc3bb1693ec1bcb8a8a379532d1b3b2e5e2160 -MISC metadata.xml 695 BLAKE2B afc6bbc0d9c86cae9a99ca10f26b515a51089f5240840939c3d85ed25492902a3405421adc5ec22b77f47382e273d8f992fda78651ee5f663c5395d19a77b3d9 SHA512 e1844b2a3206ae9b6e41b075069433363a6cf1ff53a7af66a55456ca0f273f3d60a91cd6ff43604ab2f87d15bfb859f4d2760d1416de4484e73abb0293c0de9c +EBUILD mtl-2.2.2-r1.ebuild 777 BLAKE2B ff211ab7e92791a0b2ff40de814d7359ab8b61b0066c4e5daa5cf56ef59bd9b946084d7747cfdfaef7d316c5410d05360ad815c076d66080e28d81be121ab39e SHA512 9ad3958b27d6b0bc2f71389aaec8d6c763888a09b136801bc3ba4248115f17e399a11225a72d1c4442fe9d39edcbead38dfc324a164fe146b61acb52e10e6417 +MISC metadata.xml 370 BLAKE2B 0c27247245ccb823294bce255ed53435eae0231b96d1950c50c204f49a503614168cb77af317f2478d7a1a9a3728b8734c484238779538e8523cd25b1886d772 SHA512 396a515057c4c7d0c785ee43ffe3e79420c58b064697ffef91a6cafda7ec138875d8e03e4ff6b94987304c7c51c79a1f031c5e2ae1db62d002b256c5434c18d6 diff --git a/dev-haskell/mtl/metadata.xml b/dev-haskell/mtl/metadata.xml index 45ba94100750..2171e4c94b9b 100644 --- a/dev-haskell/mtl/metadata.xml +++ b/dev-haskell/mtl/metadata.xml @@ -5,14 +5,8 @@ haskell@gentoo.org Gentoo Haskell - - Monad classes using functional dependencies, with instances - for various monad transformers, inspired by the paper - /Functional Programming with Overloading and Higher-Order Polymorphism/, - by Mark P Jones, in /Advanced School of Functional Programming/, 1995 - (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>). - + mtl haskell/mtl diff --git a/dev-haskell/mtl/mtl-2.2.2-r1.ebuild b/dev-haskell/mtl/mtl-2.2.2-r1.ebuild new file mode 100644 index 000000000000..377dc6705b05 --- /dev/null +++ b/dev-haskell/mtl/mtl-2.2.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.0.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +# break circular dependencies: +# https://github.com/gentoo-haskell/gentoo-haskell/issues/810 +CABAL_FEATURES+=" nocabaldep" +inherit haskell-cabal + +DESCRIPTION="Monad classes, using functional dependencies" +HOMEPAGE="https://github.com/haskell/mtl" + +LICENSE="BSD" +SLOT="0/${PV}" +# Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV) +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + >=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND}" + +CABAL_CORE_LIB_GHC_PV="8.10.6 8.10.7 9.0.2 9.2.4 9.2.5 9.2.6 9.2.7 9.2.8 9.4.4 9.4.5" diff --git a/dev-haskell/mtl/mtl-2.2.2.ebuild b/dev-haskell/mtl/mtl-2.2.2.ebuild deleted file mode 100644 index 284b3af02ac8..000000000000 --- a/dev-haskell/mtl/mtl-2.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.5.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -# break circular dependencies: -# https://github.com/gentoo-haskell/gentoo-haskell/issues/810 -CABAL_FEATURES+=" nocabaldep" -inherit haskell-cabal - -DESCRIPTION="Monad classes, using functional dependencies" -HOMEPAGE="https://github.com/haskell/mtl" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND}" - -CABAL_CORE_LIB_GHC_PV="8.10.6 9.0.2" -- cgit v1.2.3