diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-31 11:06:25 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:03:43 +0100 |
commit | 460edcf9ef188d26d95017cf35aab0e2e20a0c13 (patch) | |
tree | 60b28ca89b42c9820c12f20ae3975d69b4d149f6 /dev-haskell/hashable-time | |
parent | dev-haskell/parallel: bump up to 3.2.2.0 (diff) | |
download | gentoo-460edcf9ef188d26d95017cf35aab0e2e20a0c13.tar.gz gentoo-460edcf9ef188d26d95017cf35aab0e2e20a0c13.tar.bz2 gentoo-460edcf9ef188d26d95017cf35aab0e2e20a0c13.zip |
dev-haskell/hashable-time: loosen dependency version bounds
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hashable-time')
-rw-r--r-- | dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild b/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild new file mode 100644 index 000000000000..f0ca382bfa40 --- /dev/null +++ b/dev-haskell/hashable-time/hashable-time-0.2.0.2-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.5.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Hashable instances for Data.Time" +HOMEPAGE="http://hackage.haskell.org/package/hashable-time" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hashable-1.2.3.3:=[profile?] <=dev-haskell/hashable-1.4:=[profile?] + >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +" + +src_prepare() { + default + + cabal_chdeps \ + 'base >=4.7 && <4.13' 'base >=4.7' \ + 'hashable >=1.2.3.3 && <=1.3' 'hashable >=1.2.3.3' +} |