diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:10:37 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:10:19 +0100 |
commit | 9917281d73c7024e6f7fe6e6a5ae7292c5a6f8f6 (patch) | |
tree | 9e6386b7c3e192101ce36fbd4c914e84fb326fcf /dev-haskell/unliftio-core | |
parent | dev-haskell/unix-time: add 0.4.10 (diff) | |
download | gentoo-9917281d73c7024e6f7fe6e6a5ae7292c5a6f8f6.tar.gz gentoo-9917281d73c7024e6f7fe6e6a5ae7292c5a6f8f6.tar.bz2 gentoo-9917281d73c7024e6f7fe6e6a5ae7292c5a6f8f6.zip |
dev-haskell/unliftio-core: add 0.2.1.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unliftio-core')
-rw-r--r-- | dev-haskell/unliftio-core/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/unliftio-core/metadata.xml | 4 | ||||
-rw-r--r-- | dev-haskell/unliftio-core/unliftio-core-0.2.1.0.ebuild | 24 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/unliftio-core/Manifest b/dev-haskell/unliftio-core/Manifest index dafac5b5da19..e5ef2b39bdb4 100644 --- a/dev-haskell/unliftio-core/Manifest +++ b/dev-haskell/unliftio-core/Manifest @@ -1 +1,3 @@ DIST unliftio-core-0.1.2.0.tar.gz 3631 BLAKE2B 26829fb8d218fd1b73f1bc86b1d673cedef8894345a37c428d73875c0e1c4a47a7107c0a7d9818ee03e6abd75c7da5cd7afdf4c2be02845ff78527c80eb86351 SHA512 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb +DIST unliftio-core-0.2.1.0-rev2.cabal 1004 BLAKE2B 9c71dbc173591ce86f6d09febec1f6d0ccc7d9cdb41b75ff969e5d28b52f880f2cdd10aea8c65ee79cfc92927e7876cfad5611d23af90aefb028f8255c0fa85e SHA512 e4ff0617b6f113b2281d689a2dab9cba67e8cba18c4fdecb3e881db5a52cdcdd939b715017cd440535408f9ae56e00c9230aa067bbbc4fe200382ebf6ef80295 +DIST unliftio-core-0.2.1.0.tar.gz 3865 BLAKE2B 8ee7595c0fe23dd287e4b75eb29909f777ea5798db777d574b928cc34227e1f8bc63f92c9404956d81afef9336c7d555dee4f18a785058b06ba195815a47c284 SHA512 dfc32895bc4410f017d86570c574fc9fbcf68434e4dc240904034c6e932051ee8015fba6a972ea8f0dc47ea5afb0d234208d5c66c21d40710b8bc469578cf976 diff --git a/dev-haskell/unliftio-core/metadata.xml b/dev-haskell/unliftio-core/metadata.xml index 937381521944..8392ff4eed81 100644 --- a/dev-haskell/unliftio-core/metadata.xml +++ b/dev-haskell/unliftio-core/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">unliftio-core</remote-id> + <remote-id type="github">fpco/unliftio</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-haskell/unliftio-core/unliftio-core-0.2.1.0.ebuild b/dev-haskell/unliftio-core/unliftio-core-0.2.1.0.ebuild new file mode 100644 index 000000000000..7e12209996d8 --- /dev/null +++ b/dev-haskell/unliftio-core/unliftio-core-0.2.1.0.ebuild @@ -0,0 +1,24 @@ +# 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_HACKAGE_REVISION=2 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="The MonadUnliftIO typeclass for unlifting monads to IO" +HOMEPAGE="https://github.com/fpco/unliftio/tree/master/unliftio-core#readme" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.10.6:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.2.1.0 +" |