diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-12 13:51:53 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:37 +0000 |
commit | e839f171435bb98a3ab5e225304ab1c3adab5884 (patch) | |
tree | a12c421bab771671fca1f9475a6e37a70a08ffdf /dev-haskell | |
parent | dev-haskell/stm: Add upper bound to ghc dep (diff) | |
download | gentoo-e839f171435bb98a3ab5e225304ab1c3adab5884.tar.gz gentoo-e839f171435bb98a3ab5e225304ab1c3adab5884.tar.bz2 gentoo-e839f171435bb98a3ab5e225304ab1c3adab5884.zip |
dev-haskell/cryptohash-sha1: Hackage revision bump
Loosen constraint on 'bytestring'. This allows
cryptohash-sha1-0.11.100.1 to be built on newer GHC.
Pulls latest Hackage revision for v0.11.100.1
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cryptohash-sha1/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/cryptohash-sha1/Manifest b/dev-haskell/cryptohash-sha1/Manifest index ec9b31b24686..8691986056e1 100644 --- a/dev-haskell/cryptohash-sha1/Manifest +++ b/dev-haskell/cryptohash-sha1/Manifest @@ -1,3 +1,4 @@ +DIST cryptohash-sha1-0.11.100.1-rev6.cabal 4354 BLAKE2B f89a3045c1ea145f3ac2af440eeea2d213a69c5abaa0f9eb1407a2da34a08aabb7df966f014a9b903eff5ae9ee3262703097e6b5f5df0b13252d3889c8a2776c SHA512 3077375cbff05b415168152eeb213a9ec1c0d0d48f63b394f65399f7ae1421adc8f0e760e1ec7f7a5f83c78377151209c77d23ab01cf0ceb36e899aa000310f3 DIST cryptohash-sha1-0.11.100.1.tar.gz 10198 BLAKE2B 5d9835feeb43a80c83de0e390d59efc908fd538ed4146ace4eb0cd67392503cf414a2324968e8249f2b506978348caa6e92c70e82c52eaa7ac14e3956388f05e SHA512 e3528c70501ffaf4649adc0fe120a0b333329761fa66505083269afa67828c16695fd91567035adef0b77915df47a6bcc99d2d90f0ecb26eda583829261cb1bc DIST cryptohash-sha1-0.11.101.0-rev2.cabal 3094 BLAKE2B fc048a5eaefca1df4b1748f46f48f69e7571f90fdfdb3524b7556a8b6a9b3f7b58d363209ec20d9f4892b1b3e69dc1394287e7e70e7009f06dd75bc02e267910 SHA512 1dbf660ca81c2d8633dd6255602fa6b5f2999f55400bd75391be0049ca8bcf221d14b5d294999427ed193aa0514d68e05509b85fc5a2fe9c8be574b0a0542f9a DIST cryptohash-sha1-0.11.101.0.tar.gz 11563 BLAKE2B 4da99b2b4943e3909d3af24f62fb0ecf4c87370075f280a7e9ea44956cd58df9f49076a0d90b60bec9a7dcb3d24df032f6b5ef07644a4b63bdf1099458996163 SHA512 4384fc2f63750400561b5dbea0a343510306d755131121346d6a52cb9420cb12fc7d20247f044beb0ea55ae254ce666edc982d76e999c0762894f405e9b6441e diff --git a/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild b/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild index 1e0a3aca5194..7781ccfebaec 100644 --- a/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild +++ b/dev-haskell/cryptohash-sha1/cryptohash-sha1-0.11.100.1.ebuild @@ -3,19 +3,19 @@ EAPI=8 -# ebuild generated by hackport 0.5.1.9999 +# ebuild generated by hackport 0.8.4.0.9999 + +CABAL_HACKAGE_REVISION=6 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Fast, pure and practical SHA-1 implementation" HOMEPAGE="https://github.com/hvr/cryptohash-sha1" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= " @@ -29,8 +29,9 @@ DEPEND="${RDEPEND} " CABAL_CHDEPS=( - 'base >= 4.5 && < 4.10' 'base >= 4.5' + 'base >= 4.5 && < 4.16' 'base >= 4.5' 'tasty == 0.11.*' 'tasty >= 0.11' 'tasty-quickcheck == 0.8.*' 'tasty-quickcheck >= 0.8' 'tasty-hunit == 0.9.*' 'tasty-hunit >= 0.9' + 'bytestring >= 0.9.2 && < 0.11' 'bytestring >= 0.9.2' ) |