diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-11 16:42:51 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:14:50 +0000 |
commit | 6e43d179698ef6096bcaef42a670deb5da656455 (patch) | |
tree | b680762d07067743105e8efb9100c7e93ba81223 /dev-haskell/attoparsec | |
parent | dev-haskell/async: add 2.2.4 (diff) | |
download | gentoo-6e43d179698ef6096bcaef42a670deb5da656455.tar.gz gentoo-6e43d179698ef6096bcaef42a670deb5da656455.tar.bz2 gentoo-6e43d179698ef6096bcaef42a670deb5da656455.zip |
dev-haskell/attoparsec: add 0.14.4
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/attoparsec')
-rw-r--r-- | dev-haskell/attoparsec/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/attoparsec/attoparsec-0.14.4.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/attoparsec/Manifest b/dev-haskell/attoparsec/Manifest index d9917fc007b9..fb118ac794ad 100644 --- a/dev-haskell/attoparsec/Manifest +++ b/dev-haskell/attoparsec/Manifest @@ -1 +1,2 @@ DIST attoparsec-0.13.2.3.tar.gz 162346 BLAKE2B 02bcd5d2c4993db547a723fa9f30ddca882a3c13d7c68073e9ed2b093def2f86062b5d9d5c87d9a5ccd13d59ef1b2f962537979320d56444027a1fc931dc98fc SHA512 84805ff547f1aa5eebd320c1bd738bc1098a9789fb330eff7bdcb1b0477e9709d86f93bd8848f4a8501a123b6add6bd22af59cfa94af66f1d57703745706a194 +DIST attoparsec-0.14.4.tar.gz 160701 BLAKE2B eb7094b0e1b064f5b10c198950b33a085722ee22bd6f0036c8e53aa5475f1b40fe08d528ec3afd547b13cd5712a51e5bcb86a8465a59174a35d603b3f9c13a0a SHA512 48aa7743b24def2db7041e3e0189d9844194c42b5d216ff5060806a80eb550200ddcb11e9321a910ac4881ffdd7381d80a4b88a73acfb29209c650eababb925b diff --git a/dev-haskell/attoparsec/attoparsec-0.14.4.ebuild b/dev-haskell/attoparsec/attoparsec-0.14.4.ebuild new file mode 100644 index 000000000000..bc2f7907a12f --- /dev/null +++ b/dev-haskell/attoparsec/attoparsec-0.14.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.9999 +#hackport: flags: -developer + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Disable test-suite: circular depends +inherit haskell-cabal +RESTRICT=test # disabled at build time + +DESCRIPTION="Fast combinator parsing for bytestrings and text" +HOMEPAGE="https://github.com/bgamari/attoparsec" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1" +# test? ( >=dev-haskell/quickcheck-2.13.2 <dev-haskell/quickcheck-2.15 +# dev-haskell/quickcheck-unicode +# >=dev-haskell/tasty-0.11 +# >=dev-haskell/tasty-quickcheck-0.8 +# dev-haskell/vector ) + +src_configure() { + haskell-cabal_src_configure \ + --flag=-developer +} |