diff options
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() { |