Skip to content

Commit

Permalink
dev-haskell/unicode-data: bump cabal rev
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
  • Loading branch information
l29ah authored and hololeap committed Mar 17, 2024
1 parent a38ed56 commit 37a3672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/unicode-data/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST unicode-data-0.4.0.1-rev1.cabal 5624 BLAKE2B 3a094a77e3f60442b2cf0f3bb7945faee8b8115fa45dc313761b73e1700d3e55449f461efeddf41d7525d15432c496005c36091da6e7ba0e9340cca1558433cd SHA512 8c287812edbfa470fc610b765dba5e7600f6f3b0c0b5f748271226b946c25a9fb2e2a5564a55a126268fdaf447460334f0265987ea42b41dec348862c311659e
DIST unicode-data-0.4.0.1-rev2.cabal 5624 BLAKE2B 6c1970a96ef3431f4df441276960585f4cddf95fc96426bf24d8390540510af67e5b8b29c91225c21b990cc924c9fc5fa7872453721fef331ff8e1437a80572a SHA512 9118c79c6d12a08666b2e53aa29b9e999436205fb47357fd9ac8feff931a48eaabb354688e46f1e547c8313176ca26e04ebca33254afd4e3df8f7be25a2c1e99
DIST unicode-data-0.4.0.1.tar.gz 187381 BLAKE2B f59193571e7c6b0243c8df468f13f501a1114318af8cb7816b10aacbb4a1b0dc736c1ac763156c0c833eb17b85272bb15f147d4cd97254cfee3e16889743c9fb SHA512 ddbe70ccdb628673aa9276af3a59aa02c8038b3655fcf0bbf3b4d3db4bb92629d256512bb1ede2486f77138cda0a6595bbcd8e82f1dc57385c6a7b5e0edfae48
12 changes: 6 additions & 6 deletions dev-haskell/unicode-data/unicode-data-0.4.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.4.0.9999
# ebuild generated by hackport 0.8.5.1.9999

CABAL_HACKAGE_REVISION=1
CABAL_HACKAGE_REVISION=2

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand All @@ -17,9 +17,9 @@ LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND=">=dev-lang/ghc-8.10.6:=
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.2.1.0
test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-2.11 )
>=dev-haskell/cabal-3.4.1.0
test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-2.12 )
"

0 comments on commit 37a3672

Please sign in to comment.