Skip to content

Commit

Permalink
dev-haskell/polysemy-zoo: add 0.8.2.0, drop 0.8.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Mar 16, 2024
1 parent c5fa934 commit 6edad82
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/polysemy-zoo/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST polysemy-zoo-0.8.1.0.tar.gz 31037 BLAKE2B 2863bac9840f8b4b8c568451138c0fea678c118a5e3834c47a520f39d34d97947326f18af35d5a22314c12f0729373241f3d1a728d118df968df12a88e2a9aa4 SHA512 65cd2be215ef15e4efa0db6c21c1294cf342d32b2eb4fe2195ffbe4a8e25a00b73136139dad39e095025168584da7bb9a4a449d5b38cedb5359f82eabae2662d
DIST polysemy-zoo-0.8.2.0.tar.gz 31064 BLAKE2B c005fafcffadc0a8eae577e04e3f48b6ec4782193f7b4d98f672972e1b87ba76ce160d0c6e6ced62f21bfe3038e93bd6da10ab5de6587facfd7dbe71f27fb12a SHA512 7ed1939e80681548e8eea23020359fa8280900fd7251e385870eb1df7163dac3ffa4e953ef16cbfb684208bbaa1be803e81866954ad8c3da419931c6effca520
2 changes: 1 addition & 1 deletion dev-haskell/polysemy-zoo/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="hackage">polysemy-zoo</remote-id>
<remote-id type="github">isovector/polysemy-zoo</remote-id>
<remote-id type="github">polysemy-research/polysemy-zoo</remote-id>
</upstream>
</pkgmetadata>
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.2.0.9999
# ebuild generated by hackport 0.8.5.1.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Experimental, user-contributed effects and interpreters for polysemy"
HOMEPAGE="https://github.com/isovector/polysemy-zoo#readme"
HOMEPAGE="https://github.com/polysemy-research/polysemy-zoo#readme"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"

CABAL_CHDEPS=(
'constraints >=0.10.1 && <0.14' 'constraints >=0.10.1'
)

RDEPEND="
>=dev-haskell/async-2.2:=[profile?] <dev-haskell/async-3:=[profile?]
>=dev-haskell/constraints-0.10.1:=[profile?] <dev-haskell/constraints-0.14:=[profile?]
>=dev-haskell/constraints-0.10.1:=[profile?]
<dev-haskell/contravariant-2:=[profile?]
>=dev-haskell/polysemy-1.4.0.0:=[profile?]
>=dev-haskell/random-1.1:=[profile?] <dev-haskell/random-1.3:=[profile?]
>=dev-haskell/reflection-2.1.4:=[profile?] <dev-haskell/reflection-3.0.0:=[profile?]
>=dev-haskell/streaming-0.2:=[profile?] <dev-haskell/streaming-0.3:=[profile?]
>=dev-haskell/text-1.1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-8.10.1:=
>=dev-haskell/text-1.1.0:=[profile?] <dev-haskell/text-2.1:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.2.0.0
>=dev-haskell/cabal-3.4.1.0
test? (
>=dev-haskell/hspec-2.6.0 <dev-haskell/hspec-3
>=dev-haskell/polysemy-plugin-0.2
Expand Down

0 comments on commit 6edad82

Please sign in to comment.