commit: 447dd8d671da49bf2bfb6e86941bdc3e2982c258 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Jul 30 03:12:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 30 05:58:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447dd8d6
dev-haskell/http-common: add 0.8.3.4, drop 0.8.2.1 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/http-common/Manifest | 2 +- ...-common-0.8.2.1.ebuild => http-common-0.8.3.4.ebuild} | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest index b851c99853a5..4d047f0726fa 100644 --- a/dev-haskell/http-common/Manifest +++ b/dev-haskell/http-common/Manifest @@ -1 +1 @@ -DIST http-common-0.8.2.1.tar.gz 9413 BLAKE2B 0e79e29f277902ac188ff2ba962f9bd3ad99d21f70a9f9f9e6ad5951d9af353110dd1a7519f77d0fb593aa965cdfd08be8abc01b27ce9fcc82e37a696dc790ca SHA512 da165d118575f1958c300c2b389b28cd4e0d720be79e776b5e72444b30b7b0369f336d44283d8b71c7758c1405e64a13e5591971da2e6b29cf7786233f2e04dc +DIST http-common-0.8.3.4.tar.gz 10268 BLAKE2B 166ae57320b72198b60f97c766546155149ac40efe17a8f28cf5e9b757d352f2872f2fb5b2b3f5b7f2bd7692bdfc997f489dddca8e396ad3c043ddc21eeedba4 SHA512 8b344d80ecd5cf54eed44e281dadda0be401f88af7def443d172c3bde9c702e5137f09ab4bf3695e43ef6598508e94e80c12989568ca0c876d68479d553ee876 diff --git a/dev-haskell/http-common/http-common-0.8.2.1.ebuild b/dev-haskell/http-common/http-common-0.8.3.4.ebuild similarity index 70% rename from dev-haskell/http-common/http-common-0.8.2.1.ebuild rename to dev-haskell/http-common/http-common-0.8.3.4.ebuild index e0fe46eedcb0..33969bd87820 100644 --- a/dev-haskell/http-common/http-common-0.8.2.1.ebuild +++ b/dev-haskell/http-common/http-common-0.8.3.4.ebuild @@ -1,31 +1,31 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -# ebuild generated by hackport 0.6.6.9999 +# ebuild generated by hackport 0.7.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Common types for HTTP clients and servers" -HOMEPAGE="https://github.com/istathar/http-common" +HOMEPAGE="https://github.com/aesiniath/http-common" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND="dev-haskell/base64-bytestring:=[profile?] dev-haskell/blaze-builder:=[profile?] dev-haskell/case-insensitive:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/network:=[profile?] + dev-haskell/random:=[profile?] dev-haskell/text:=[profile?] dev-haskell/unordered-containers:=[profile?] - >=dev-lang/ghc-7.8.2:= + >=dev-lang/ghc-8.4.3:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24 + >=dev-haskell/cabal-2.2.0.1 "
