diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-08-01 11:39:47 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:04:15 +0100 |
commit | 7c164c4316d65b7a4eece9b30a4b3ec8ed0b05a4 (patch) | |
tree | 847c676da7898d4de0f2a97b5d1852c8ce5bc199 /dev-haskell | |
parent | dev-haskell/regex-pcre: bump up to 0.95.0.0 (diff) | |
download | gentoo-7c164c4316d65b7a4eece9b30a4b3ec8ed0b05a4.tar.gz gentoo-7c164c4316d65b7a4eece9b30a4b3ec8ed0b05a4.tar.bz2 gentoo-7c164c4316d65b7a4eece9b30a4b3ec8ed0b05a4.zip |
dev-haskell/pretty-show: bump up to 1.9.5
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/pretty-show/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/pretty-show/pretty-show-1.9.5.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/pretty-show/Manifest b/dev-haskell/pretty-show/Manifest index 5c1c516ff5ea..be81f85d182f 100644 --- a/dev-haskell/pretty-show/Manifest +++ b/dev-haskell/pretty-show/Manifest @@ -1,3 +1,4 @@ DIST pretty-show-1.6.12.tar.gz 133535 BLAKE2B 401ddd8dd47759ad4c1d07249e991ce0843c31cf19f63697a4a042dcc02e1790cbe32f499d2b7f5684658c32185c46d84cd6cae52dad5ba8cf8e0b6ca136378a SHA512 849eeb2d939bad7ea38f706ae69beccb9e033135d152f7ff0e8b214c0ea89cd7c1c9c1ccafa1025d098c145ddaff6c82a36b9e899bb7b8ae549d52d178a59e23 DIST pretty-show-1.6.8.2.tar.gz 133160 BLAKE2B 2e24b32f3e9c303b2cfbd3bb8ce210365f1f4c2494ec4c3ad1d833367bcd9d6f20995eec448e0bcdf570b0300d9449563d41ec29c7c3cfa097ec516547d3bdf5 SHA512 673b1fe7745e299cd9c547aec90daaf870d13e52c7d78b472a71e5b86e22bcc3cf3ee8a4f0a88826ade20ed59fcbc623254b71485e928fe8f283d28edd7b4a6e DIST pretty-show-1.6.9.tar.gz 126196 BLAKE2B 70c14fc324b1c9ec54eafd0e44f5a93b6ee3f37958a10be8129811c65124801915d189f4c5bcea72ce8cda91572f4d7706daddb7ae70304ad1a0d13631916505 SHA512 8205182584a03777cb04b83b8ebe2e92bdb17ee801ff9ff2947a860175f7415375ca1fb7b433448b14898addcd0e86bf0f9e0a53a37254322625698bed9952be +DIST pretty-show-1.9.5.tar.gz 42378 BLAKE2B 3d8fb41c00aa95049b88c75f0b2c107b6000d837e3761c74bc888b561fcd36b1da21c502cbf8e905b601eda3ed5c2a242a710945cf5aee5e2c4413581ba3788e SHA512 7bf382ad3531227588a82d7bcff3a795df0c425b27d7f4448a94fd617fbc8a4fb6087eb859480fe4702771bf560a353a3a3d5079cd6576c620d5258686c41193 diff --git a/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild b/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild new file mode 100644 index 000000000000..11370d8d5e0c --- /dev/null +++ b/dev-haskell/pretty-show/pretty-show-1.9.5.ebuild @@ -0,0 +1,27 @@ +# 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 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Tools for working with derived 'Show' instances and generic inspection of values" +HOMEPAGE="https://wiki.github.com/yav/pretty-show" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/haskell-lexer-1:=[profile?] <dev-haskell/haskell-lexer-2:=[profile?] + dev-haskell/text:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + dev-haskell/happy +" |