diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
| commit | 171e0b5f950f655c3da943ea59ba2e741425319f (patch) | |
| tree | c520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/async | |
| parent | f95e0da799133b56968a5a6af89c7fb3366c4777 (diff) | |
| download | baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/async')
| -rw-r--r-- | dev-haskell/async/Manifest | 2 | ||||
| -rw-r--r-- | dev-haskell/async/async-2.2.5-r1.ebuild | 34 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-haskell/async/Manifest b/dev-haskell/async/Manifest index 55c58a488c27..60277650ac2e 100644 --- a/dev-haskell/async/Manifest +++ b/dev-haskell/async/Manifest @@ -1,2 +1,4 @@ DIST async-2.2.4-rev3.cabal 3112 BLAKE2B f6ba4c03655f37c60e45a5033b7d5a5c229e7db42544e9a960068d9c8852b1731f9907f7df2e554b3e461e1aba49cc8569eb74dda34b7b7874959165c3e86d05 SHA512 607f99484695767eb69b8650247cc6ca9a9d5e74eafa81d42dc01aa735dd2e6eec3021fbc232cafc4573e630f981ab31e090c6de04b99e2f0d450ea664dca3ea DIST async-2.2.4.tar.gz 14148 BLAKE2B c47e47a4bbe98d05bdd6b8ad89888013643f36ea5ede8af306b98749cec3cf9c3e87330339af4152cf7e84f5b9ced39c1eb69079921d4c0b7c993191bc052c2d SHA512 24f37f974dd7573138475d04c0fccb97fcbd8b3de56f7d06199b8f936fd9a29cd0ba0574212a753a81de8958b3292ecee79d0e8d0d2f51eb91874424e6219569 +DIST async-2.2.5-rev3.cabal 3366 BLAKE2B 25f18a544f69502992ca2ff09ff710a7bf27218a93f2b586e1d15a567e667947b2fb414e4e04c588aba6342a0f8a06c8b32872accb6b0253d3a4fe21b98962cc SHA512 92a75d5121bf5d8d8f30474040d4f4c8e66a0e11959b7c85de203e8636419d16eb1a2cb39707d8bd915fdc243acb00a3540a5fa73efa0a0cb36a4192daaf4942 +DIST async-2.2.5.tar.gz 15742 BLAKE2B e3a414bee7f18e92e0b0a2ddd5c394f2dface6be189e9d86974f9ab910d9c8a0c7cb98fe91c595e8c50893d3fccc95c8053469b6e4874fdfab6a38c57a3906d5 SHA512 bf525cebe9d5f67140f7648683704d0f5ec5d63c78ac9e3b14870652f355d1b4afc3922bd1afce2182d06024ec04b30536407f29d526b05f2ae4a36cba3a518a diff --git a/dev-haskell/async/async-2.2.5-r1.ebuild b/dev-haskell/async/async-2.2.5-r1.ebuild new file mode 100644 index 000000000000..07a6610954b7 --- /dev/null +++ b/dev-haskell/async/async-2.2.5-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.5.1.9999 +#hackport: flags: -bench + +CABAL_HACKAGE_REVISION=3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Run IO operations asynchronously and wait for their results" +HOMEPAGE="https://github.com/simonmar/async" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/hashable-1.1.2.0:=[profile?] <dev-haskell/hashable-1.6:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 + test? ( dev-haskell/hunit + dev-haskell/test-framework + dev-haskell/test-framework-hunit ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-bench +} |
