diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-24 19:22:47 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-24 18:10:53 +0100 |
commit | 6c7ae8646305e59f9ae71cef8cc197dcfcd96c14 (patch) | |
tree | 6fd2d203f16a64944d593acb32562cf2c07aa3c9 /dev-haskell/rebase | |
parent | dev-haskell/selective: drop 0.3 (diff) | |
download | gentoo-6c7ae8646305e59f9ae71cef8cc197dcfcd96c14.tar.gz gentoo-6c7ae8646305e59f9ae71cef8cc197dcfcd96c14.tar.bz2 gentoo-6c7ae8646305e59f9ae71cef8cc197dcfcd96c14.zip |
dev-haskell/rebase: add 1.15.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/rebase')
-rw-r--r-- | dev-haskell/rebase/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/rebase/rebase-1.15.0.3.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/rebase/Manifest b/dev-haskell/rebase/Manifest index 2f24e814cad4..1806d745365e 100644 --- a/dev-haskell/rebase/Manifest +++ b/dev-haskell/rebase/Manifest @@ -1 +1,2 @@ +DIST rebase-1.15.0.3.tar.gz 21149 BLAKE2B 9999de56996d719410e770c5970a4e29bb81ac81a254440df7cd6ae001a2dc12bb5d69f47630e8e33941f0934d830f27594be23768f4317145655cfbb4fe859c SHA512 46c5790ba0bcf39b17a98eb32e6c5f68125abf9d20f51b6c3fa4fab665790eb1148878631e1e38677f53e1d81d52a1a96db18a8aec6e0eefbdacdd611340067a DIST rebase-1.4.1.tar.gz 19413 BLAKE2B 965f5633496df14611e496150e3fed91324df7189fd1e6c8ec6c2bf7492287b97c716c7da60f61e36740a9e535daf8ee3f7f6349615055a3ec093e167c825605 SHA512 70bb6513e6ea6a1cd3adf077fe454cf4f1a3b220224fc76e3d63050f17c22cc2d218efa8803f269a3605cb0b95e7ea11b3e8b55ec80cd7fb2db4dbf330739a18 diff --git a/dev-haskell/rebase/rebase-1.15.0.3.ebuild b/dev-haskell/rebase/rebase-1.15.0.3.ebuild new file mode 100644 index 000000000000..75e505e5a20d --- /dev/null +++ b/dev-haskell/rebase/rebase-1.15.0.3.ebuild @@ -0,0 +1,42 @@ +# 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 more progressive alternative to the \"base\" package" +HOMEPAGE="https://github.com/nikita-volkov/rebase" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-haskell/bifunctors-5.5:=[profile?] <dev-haskell/bifunctors-5.6:=[profile?] + >=dev-haskell/comonad-5:=[profile?] <dev-haskell/comonad-5.1:=[profile?] + >=dev-haskell/contravariant-1.5:=[profile?] <dev-haskell/contravariant-1.6:=[profile?] + >=dev-haskell/dlist-0.8:=[profile?] <dev-haskell/dlist-1.1:=[profile?] + >=dev-haskell/either-5:=[profile?] <dev-haskell/either-5.1:=[profile?] + >=dev-haskell/groups-0.5.3:=[profile?] <dev-haskell/groups-0.6:=[profile?] + >=dev-haskell/hashable-1.3:=[profile?] <dev-haskell/hashable-1.5:=[profile?] + >=dev-haskell/invariant-0.5.5:=[profile?] <dev-haskell/invariant-0.6:=[profile?] + >=dev-haskell/profunctors-5.6:=[profile?] <dev-haskell/profunctors-5.7:=[profile?] + >=dev-haskell/scientific-0.3:=[profile?] <dev-haskell/scientific-0.4:=[profile?] + >=dev-haskell/selective-0.5:=[profile?] <dev-haskell/selective-0.6:=[profile?] + >=dev-haskell/semigroupoids-5.3:=[profile?] <dev-haskell/semigroupoids-5.4:=[profile?] + >=dev-haskell/stm-2.5:=[profile?] <dev-haskell/stm-2.6:=[profile?] + >=dev-haskell/time-compat-1.9.6.1:=[profile?] <dev-haskell/time-compat-1.10:=[profile?] + >=dev-haskell/unordered-containers-0.2.13:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-haskell/uuid-types-1.0:=[profile?] <dev-haskell/uuid-types-1.1:=[profile?] + >=dev-haskell/vector-0.12:=[profile?] <dev-haskell/vector-0.13:=[profile?] + >=dev-haskell/vector-instances-3.4:=[profile?] <dev-haskell/vector-instances-3.5:=[profile?] + >=dev-haskell/void-0.7:=[profile?] <dev-haskell/void-0.8:=[profile?] + >=dev-lang/ghc-8.8.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.0.0.0 +" |