diff options
author | 2022-07-12 12:06:52 -0400 | |
---|---|---|
committer | 2022-07-22 22:15:33 +0000 | |
commit | 90133a68c1ea093ee4720d8c03c98018eda189d2 (patch) | |
tree | 2e794cba128b4a2fe6ac4d8f891a77d7a130f749 /dev-haskell/prettyprinter | |
parent | dev-haskell/pgp-wordlist: keyword 0.1.0.3 for ~ppc64 (diff) | |
download | gentoo-90133a68c1ea093ee4720d8c03c98018eda189d2.tar.gz gentoo-90133a68c1ea093ee4720d8c03c98018eda189d2.tar.bz2 gentoo-90133a68c1ea093ee4720d8c03c98018eda189d2.zip |
dev-haskell/prettyprinter: add 1.7.0
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/prettyprinter')
-rw-r--r-- | dev-haskell/prettyprinter/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/prettyprinter/prettyprinter-1.7.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/prettyprinter/Manifest b/dev-haskell/prettyprinter/Manifest index 8ebf88970d35..39785cbc336d 100644 --- a/dev-haskell/prettyprinter/Manifest +++ b/dev-haskell/prettyprinter/Manifest @@ -1 +1,2 @@ DIST prettyprinter-1.6.1.tar.gz 52818 BLAKE2B 171667a7483802a6e55f599af89831ac4e13931f4ce203313ab5126c975963de13c39dba124d81cef29bbeb1a98f1f2001dd9beb02b00dfe1d34160dd8167d30 SHA512 4623cec5c2034f08bce57320d9cedce4c893977868e2c98191c060d6442c2c19c946a07dc8dc2a31dd03c726f392dfff6509ca837d9c75974637e7ffc5099496 +DIST prettyprinter-1.7.0.tar.gz 55569 BLAKE2B fbcdad5485f8139c71f5e34a438adbe59822ef1eb77ae55f9f86228c934e7c751947dcae0900250ea2cfd8638493352759b40c68d91d6b4887289cc475c08163 SHA512 4f1b756b3284a0319bb73229e8445f6d92c3d3d12a879f651df5624389bd6c449b2d9bc440dbf70d8752a6ba574d0539f91950d4bafbe7f9d3fd79d0d30ec95d diff --git a/dev-haskell/prettyprinter/prettyprinter-1.7.0.ebuild b/dev-haskell/prettyprinter/prettyprinter-1.7.0.ebuild new file mode 100644 index 000000000000..cfedb5e0018b --- /dev/null +++ b/dev-haskell/prettyprinter/prettyprinter-1.7.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A modern, easy to use, well-documented, extensible pretty-printer" +HOMEPAGE="https://github.com/quchen/prettyprinter" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/fail-4.9.0.0:=[profile?] <dev-haskell/fail-4.10:=[profile?] + >=dev-haskell/semigroups-0.17:=[profile?] + >=dev-haskell/text-1.2:=[profile?] + >=dev-haskell/void-0.4:=[profile?] <dev-haskell/void-0.8:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/pgp-wordlist-0.1 + >=dev-haskell/quickcheck-instances-0.3 + >=dev-haskell/tasty-0.10 + >=dev-haskell/tasty-hunit-0.9 + >=dev-haskell/tasty-quickcheck-0.8 ) +" |