diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 11:06:38 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:14:51 +0000 |
commit | b519c3ff80451ffcd4f238ee3169df7091d220ac (patch) | |
tree | eabda274eedf0bccbd616a3bb1ef874d4a21cd78 /dev-haskell/base-compat | |
parent | dev-haskell/base64-bytestring: keyword 1.0.0.3 for ~ppc64 (diff) | |
download | gentoo-b519c3ff80451ffcd4f238ee3169df7091d220ac.tar.gz gentoo-b519c3ff80451ffcd4f238ee3169df7091d220ac.tar.bz2 gentoo-b519c3ff80451ffcd4f238ee3169df7091d220ac.zip |
dev-haskell/base-compat: add 0.12.1
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/base-compat')
-rw-r--r-- | dev-haskell/base-compat/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/base-compat/base-compat-0.12.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/base-compat/Manifest b/dev-haskell/base-compat/Manifest index 82ca1dd1f016..0e0c241ff1b2 100644 --- a/dev-haskell/base-compat/Manifest +++ b/dev-haskell/base-compat/Manifest @@ -1 +1,2 @@ DIST base-compat-0.11.1.tar.gz 33691 BLAKE2B a598582e1a76b2b83d4168da3fbdf2b0ab34127d60ba46c9803101d075989000bed7f01384d58292d96c1099857964c74d9d7bad092fca94502442b635a82245 SHA512 d92a81e670535b4ca6fd95d51800972bbc52008ef21ccc22119341974c45bec66ed725c795da8d94c8ef824dfaa7f9c03a173b643daf339a4759c49453cfcec8 +DIST base-compat-0.12.1.tar.gz 35504 BLAKE2B 8b450d9b89509b36c4810d9c1471c782af3f782c7069f764ec79952c61ac59db8cfac3def772b8f7b61c311c7761ad793226aec1a58ea7d521733a2563e1abc5 SHA512 2ae3e1baad0d0f25c227a9b066ea266cff4f274448c418546d37c6274d77df4349215722fce3d6eaae2093ad31c9b2c70b02f1233513eaa59a59c6255669d318 diff --git a/dev-haskell/base-compat/base-compat-0.12.1.ebuild b/dev-haskell/base-compat/base-compat-0.12.1.ebuild new file mode 100644 index 000000000000..78b0c0cf45b4 --- /dev/null +++ b/dev-haskell/base-compat/base-compat-0.12.1.ebuild @@ -0,0 +1,23 @@ +# 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" +inherit haskell-cabal + +DESCRIPTION="A compatibility layer for base" +HOMEPAGE="https://hackage.haskell.org/package/base-compat" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 +" |