diff options
| author | hololeap <hololeap@protonmail.com> | 2023-11-04 14:11:41 -0600 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:28 +0000 |
| commit | df42d3a3ca989f73c20bb7b7f2feb0b70a8a9626 (patch) | |
| tree | 47c9d6b135579f5763aaaba39543a226370a7e4d /dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild | |
| parent | f4a043faab2a2c2c1ac3a7f08988b2d246ec8e14 (diff) | |
| download | gentoo-df42d3a3ca989f73c20bb7b7f2feb0b70a8a9626.tar.gz gentoo-df42d3a3ca989f73c20bb7b7f2feb0b70a8a9626.tar.bz2 gentoo-df42d3a3ca989f73c20bb7b7f2feb0b70a8a9626.zip | |
dev-haskell/regex-posix: Hackage revision bump
Pulls latest Hackage revision for v0.96.0.0
Loosen constraint on base. This allows regex-posix-0.96.0.0 to be built
on newer GHC.
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild')
| -rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild b/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild index 902b314f2c34..1027d4a26bca 100644 --- a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild @@ -3,20 +3,20 @@ EAPI=8 -# ebuild generated by hackport 0.6.1.9999 +# ebuild generated by hackport 0.8.4.0.9999 #hackport: flags: +newbase,+splitbase,-_regex-posix-clib +CABAL_HACKAGE_REVISION=2 + CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Replaces/Enhances Text.Regex" HOMEPAGE="https://hackage.haskell.org/package/regex-posix" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] >=dev-haskell/regex-base-0.94:=[profile?] <dev-haskell/regex-base-0.95:=[profile?] @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} " CABAL_CHDEPS=( - 'base >= 4.3 && < 4.14' 'base >= 4.3' + 'base >= 4.3 && < 4.16' 'base >= 4.3' ) src_configure() { |
