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/parsec1/Manifest | 6 ++++-- dev-haskell/parsec1/metadata.xml | 26 -------------------------- dev-haskell/parsec1/parsec1-1.0.0.7.ebuild | 2 +- dev-haskell/parsec1/parsec1-1.0.0.8.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 28 insertions(+), 29 deletions(-) create mode 100644 dev-haskell/parsec1/parsec1-1.0.0.8.ebuild (limited to 'dev-haskell/parsec1') diff --git a/dev-haskell/parsec1/Manifest b/dev-haskell/parsec1/Manifest index 5d8418cf68a4..f5640e1122d5 100644 --- a/dev-haskell/parsec1/Manifest +++ b/dev-haskell/parsec1/Manifest @@ -1,3 +1,5 @@ DIST parsec1-1.0.0.7.tar.gz 13440 BLAKE2B c445585d3db87a1abf7ea0a3157145241396ced3202c70927d355e76ad7b40f802ec0701efdc4e4dcbcdd024d6837d8eae118513acaedd44b77634befd89f7d7 SHA512 6ce75332064f811b105091d6adbdc2d0cfe571ec04674cf7b8f79d50df5b6d81f4a32a703151c09dfd9022b6df0929ceafc7f7451b4dff7bbc79382dc5ac743c -EBUILD parsec1-1.0.0.7.ebuild 567 BLAKE2B 32a2f54dbca45b484f592634802ef0a34ed4a2bc1694f638f2cbc71b270762307d7151af3abedaeabf6956198fff532fe9a67089726f2bdd96da03e4a2b2805b SHA512 d73f1d5a2ad38a88cbff3b129edc1752c9225784c4124baa3bc7c6cf775f92baeefb0be9931eca56dad7cd093de7033e4f6837ec0719086f074655de45acf96a -MISC metadata.xml 1633 BLAKE2B 3048b281e9f0fac15f2622af3d6e7a465629566c1d5bd573dd45fd65a078e3003ff8ba0b2a1fcc59f80f5af165b3f83f7e56641700f322841ad71d4369b57585 SHA512 1c4895629a04fcf5b4f94a10a3386a568fd432c1007cda262d5ed82881ece745155c495b079cf1ca0dc861fc320155d08b74287186bb370257d16ed9f1c85d11 +DIST parsec1-1.0.0.8.tar.gz 12933 BLAKE2B 414077432a74a719754c634f16815bfd9c78892067f275d0dbdeed929950c88a2e87c56ffd9e2c07560d92ed6640d8778d0b4ff83a8d73313f7fb6276d7d7550 SHA512 fa7185ff5392130c5fd538f93a613046e667bd95596951dd04340d818f8e6412e5c254c10517bd8decd1547d547da2b920acfb32fcc90980627bb0214b9941b0 +EBUILD parsec1-1.0.0.7.ebuild 567 BLAKE2B 31575da0ef56042cf5d547b222a66b1c98a46f8a4d05cd1351fac901345789f9918fe659f03ef0269900fe4eada16120b03691158cee2a9127ece54d73e649cb SHA512 24a47c2f1622904248202133566bd7603ae6bae4febbf01a0945296d3a8854b1322a63382fc615ed05e820d03986721be7fba6e069ff493157907f48b40b48e3 +EBUILD parsec1-1.0.0.8.ebuild 559 BLAKE2B 2ade5cccba9f23df4b2ce522da25c038852a59539beae4a8cef6085a5849c8e90398ca9b17c9d583112f572c70ca6f3af024e2f5780e5e7b68cecb55c48fe160 SHA512 78f85b2acfd4a2ba69ba226bb45218aa9da2af270b49b7adb5ff280b16d496d7bd9bc5f4d991e9a4bf257f1ab5aeb03e76ee0ad4f72199df53d6f9ce7c7392e6 +MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4 diff --git a/dev-haskell/parsec1/metadata.xml b/dev-haskell/parsec1/metadata.xml index 927852cac2d5..937381521944 100644 --- a/dev-haskell/parsec1/metadata.xml +++ b/dev-haskell/parsec1/metadata.xml @@ -5,30 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - Parsec is designed from scratch as an industrial-strength parser - library. It is simple, safe, well documented (on the package - homepage), has extensive libraries and good error messages, - and is also fast. - - This package is the core haskell98 part of the parsec2 - package, intended to preserve its simplicity and portability. - - Note, that the module names overlap with those of parsec from the Haskell - Platform, therefore I do not recommend to unconditionally use parsec1 (or - parsec2 and parsec3) as dependency in cabal files of packages for hackage. - But you may want to develop your code using these limited and portable - parsec1 functions and finally change the dependency from parsec1 to parsec - in order to avoid module ambiguities for users just installing your package. - Your own module ambiguities are best avoided by hiding packages. - - This version only differs from the pervious one by improved error messages - for try (positions are not reset), tokens and thus string (longer - unexpected strings are now reported to match the error position). - The notFollowedBy-parser was generalized (as in parsec-3) so - characters in messages are now shown in single instead of double - quotes. - Also (as since parsec-3.1.2) lookAhead no longer consumes tokens on success - (so that the many-parser can detect this). - diff --git a/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild index a57c679ed8bd..67a49598a3ef 100644 --- a/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild +++ b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 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 diff --git a/dev-haskell/parsec1/parsec1-1.0.0.8.ebuild b/dev-haskell/parsec1/parsec1-1.0.0.8.ebuild new file mode 100644 index 000000000000..ee19cfb2e456 --- /dev/null +++ b/dev-haskell/parsec1/parsec1-1.0.0.8.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Portable monadic parser combinators" +HOMEPAGE="https://hackage.haskell.org/package/parsec1" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" -- cgit v1.2.3