diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:42 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:22 +0100 |
commit | 591ab63a6b4d471919260644244a6530cab3c867 (patch) | |
tree | 8d5fb318dabf030de96b826d8e2171e4aefad2e2 /dev-haskell/concurrent-output | |
parent | dev-haskell/comonad: Hackage revision bump (diff) | |
download | gentoo-591ab63a6b4d471919260644244a6530cab3c867.tar.gz gentoo-591ab63a6b4d471919260644244a6530cab3c867.tar.bz2 gentoo-591ab63a6b4d471919260644244a6530cab3c867.zip |
dev-haskell/concurrent-output: add 1.10.19
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/concurrent-output')
-rw-r--r-- | dev-haskell/concurrent-output/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/concurrent-output/concurrent-output-1.10.19.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/concurrent-output/metadata.xml | 15 |
3 files changed, 30 insertions, 12 deletions
diff --git a/dev-haskell/concurrent-output/Manifest b/dev-haskell/concurrent-output/Manifest index 3b9dd32f1be6..5cfffba45e1e 100644 --- a/dev-haskell/concurrent-output/Manifest +++ b/dev-haskell/concurrent-output/Manifest @@ -1 +1,2 @@ DIST concurrent-output-1.10.11.tar.gz 22514 BLAKE2B 19b31ed65ac0a553ad8f60d08d9919428e0cb40be151b43e7a91dd2c9d28d61ed79fab75efef43e8a0f44e66ef652ddaff0aa8275bf2884d4db59fa2bfde8e47 SHA512 2ed0415562c37cedc035adac06430e397369bf13ff5375f855c9b3a34c122437b3f92137b593d8fd0384d575822ee5287ca0b2c2b3daab8de95a5c63b991760d +DIST concurrent-output-1.10.19.tar.gz 23835 BLAKE2B d78c91791bb2a668c24863313a5e6af9d35eea5b27bca3fca14eab75f8749c3f037926b6a0f278be32b82f684c785aa0068e19ef49ea1d22ba57dc64c6319b57 SHA512 6d51b364842fe399eff15e2bbec8756ed94bb1090f2125a71186c2c0e597696dd8955efe17e8017beaee260564829ab4f3afb495bbb706423c6b13c61d462b44 diff --git a/dev-haskell/concurrent-output/concurrent-output-1.10.19.ebuild b/dev-haskell/concurrent-output/concurrent-output-1.10.19.ebuild new file mode 100644 index 000000000000..8a72b9bbad4c --- /dev/null +++ b/dev-haskell/concurrent-output/concurrent-output-1.10.19.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Ungarble output from several threads or commands" +HOMEPAGE="https://hackage.haskell.org/package/concurrent-output" + +LICENSE="BSD-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?] <dev-haskell/ansi-terminal-1.1.0:=[profile?] + >=dev-haskell/async-2.0:=[profile?] <dev-haskell/async-2.3:=[profile?] + >=dev-haskell/terminal-size-0.3.0:=[profile?] <dev-haskell/terminal-size-0.4.0:=[profile?] + >=dev-haskell/text-0.11.0:=[profile?] <dev-haskell/text-2.1:=[profile?] + >=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 +" diff --git a/dev-haskell/concurrent-output/metadata.xml b/dev-haskell/concurrent-output/metadata.xml index 9c22cc6f0d89..a2b732140d20 100644 --- a/dev-haskell/concurrent-output/metadata.xml +++ b/dev-haskell/concurrent-output/metadata.xml @@ -5,16 +5,7 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Provides a simple interface for writing concurrent programs that - need to output a lot of status messages to the console, or display - multiple progress bars for different activities at the same time, - or concurrently run external commands that output to the console. - - Built on top of that is a way of defining multiple output regions, - which are automatically laid out on the screen and can be individually - updated. Can be used for progress displays etc. - - <<https://joeyh.name/code/concurrent-output/demo2.gif>> - </longdescription> + <upstream> + <remote-id type="hackage">concurrent-output</remote-id> + </upstream> </pkgmetadata> |