commit: 945c7df48fa129704b0fdcfcdc318ed9724bf5c1 Author: Jack Todaro <solpeth <AT> posteo <DOT> org> AuthorDate: Sun Jul 24 00:11:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 24 01:07:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945c7df4
dev-haskell/rio: add 0.1.21.0 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/rio/Manifest | 1 + dev-haskell/rio/rio-0.1.21.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-haskell/rio/Manifest b/dev-haskell/rio/Manifest index a9592f041482..ec3937d19df6 100644 --- a/dev-haskell/rio/Manifest +++ b/dev-haskell/rio/Manifest @@ -1 +1,2 @@ DIST rio-0.1.18.0.tar.gz 58618 BLAKE2B c249006fa7a04f7db39168cfd324f61bf01862e57cec272a0b9551b6db4345ba813ac07c595ce795b4d0be06fa950cdeb626a30bef11e8eb03e98e575c04a397 SHA512 dd5fcf3611289108c154fb77d2bba4132ef80943b5ffcf9aa76e0d93d37fe3b6992d9804a3815b3aca1cbfaa21cb09c693022032649b6d1bb0e5fbfc2e161ab1 +DIST rio-0.1.21.0.tar.gz 59157 BLAKE2B 5455a0056efc32f0120182a65adee665cfc33fbf2b6627bf420b26db7d472ca8b3d0797d996600f8538cc1dcfe34d87c0b6ce93f88dfc4c7e8b9516be334f25d SHA512 5a049c7af44f0811e402d641815453be0af1f437a89cada613940085ceb8b8bb66ab92753f31bf400ff16f72ff08a9e83ff422c988e434ffef0c64b4c1cc7224 diff --git a/dev-haskell/rio/rio-0.1.21.0.ebuild b/dev-haskell/rio/rio-0.1.21.0.ebuild new file mode 100644 index 000000000000..1497f9c14087 --- /dev/null +++ b/dev-haskell/rio/rio-0.1.21.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A standard library for Haskell" +HOMEPAGE="https://github.com/commercialhaskell/rio#readme" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-haskell/hashable:=[profile?] + dev-haskell/microlens:=[profile?] + dev-haskell/microlens-mtl:=[profile?] + dev-haskell/primitive:=[profile?] + >=dev-haskell/typed-process-0.2.5.0:=[profile?] + >=dev-haskell/unliftio-0.2.14:=[profile?] + dev-haskell/unliftio-core:=[profile?] + dev-haskell/unordered-containers:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-8.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.0.0 + test? ( dev-haskell/hspec + dev-haskell/quickcheck ) +"
