From de4b85f5bb489f6e46a37621fd9740aea0b4f74e Mon Sep 17 00:00:00 2001 From: Jack Todaro Date: Sat, 1 Aug 2020 10:01:22 +1000 Subject: dev-haskell/polyparse: bump up to 1.13 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro Signed-off-by: Sergei Trofimovich --- dev-haskell/polyparse/Manifest | 1 + dev-haskell/polyparse/polyparse-1.13.ebuild | 33 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-haskell/polyparse/polyparse-1.13.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/polyparse/Manifest b/dev-haskell/polyparse/Manifest index a31de602c34a..5f47d615a133 100644 --- a/dev-haskell/polyparse/Manifest +++ b/dev-haskell/polyparse/Manifest @@ -1,2 +1,3 @@ DIST polyparse-1.11.tar.gz 22978 BLAKE2B 22154655fb090234223189f9f25e871c73f478ee3681313654d737930d594c9a378fa1d259ff4cdbe93d2df5a8ac79104ee12b9efed7e9fdf1caf6ad269ab988 SHA512 b2cecc633596caaa2b8a00ceb16f141cd69de9ec697ce53cd827a17c82cac70ffaf10bc1d8669156ed4d28589b11ac56820b5c02905c8a6bdcae65112126fa5e +DIST polyparse-1.13.tar.gz 33144 BLAKE2B 0b142e4e82df045d838861124b204c06bfc62e642ea8a6a88697be0312df2a33998984a7e85ded35e4a0bb5eec304447b66a0d61dab196db32e63843a4b3e1cc SHA512 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e DIST polyparse-1.9.tar.gz 22256 BLAKE2B 01f2280db5d966d86450b4a3ae352e1ba911c1d7b116e6e94cd182c6d49c4b43e6d52f264097b4e8c87867bd535140b18c04a445ee9ab60f9296e1a15bcdeb0f SHA512 80f7cc269c7082d256aa273ce668a8fd9f58b4827fa69e390d749a622d667d5c01b7ede3719d52408d3efa35de66928a3fa659f3798826a2d53222d8a8d9d7e6 diff --git a/dev-haskell/polyparse/polyparse-1.13.ebuild b/dev-haskell/polyparse/polyparse-1.13.ebuild new file mode 100644 index 000000000000..56e5391cec99 --- /dev/null +++ b/dev-haskell/polyparse/polyparse-1.13.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A variety of alternative parser combinator libraries" +HOMEPAGE="http://code.haskell.org/~malcolm/polyparse/" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/fail-4.9:=[profile?] =dev-haskell/text-1.2.3.0:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +src_prepare() { + default + + cabal_chdeps \ + 'base >= 4.3.1.0 && < 4.14' 'base >= 4.3.1.0' +} -- cgit v1.2.3-65-gdbad