summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-15 00:03:14 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-15 00:03:14 +0000
commit5cd242592889291ca4b11e4676f06f75cae21078 (patch)
tree4742c29c4593962607c8426d0488f32c84e5ea34 /dev-haskell
parentdev-haskell/cmdargs: bump up to 0.10.20 (diff)
downloadgentoo-5cd242592889291ca4b11e4676f06f75cae21078.tar.gz
gentoo-5cd242592889291ca4b11e4676f06f75cae21078.tar.bz2
gentoo-5cd242592889291ca4b11e4676f06f75cae21078.zip
dev-haskell/cmark: bump up to 0.6
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cmark/cmark-0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/cmark/cmark-0.6.ebuild b/dev-haskell/cmark/cmark-0.6.ebuild
index 5d36f5081c5e..ebd870a5758e 100644
--- a/dev-haskell/cmark/cmark-0.6.ebuild
+++ b/dev-haskell/cmark/cmark-0.6.ebuild
@@ -20,7 +20,7 @@ IUSE="system-cmark"
RDEPEND=">=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
- system-cmark? ( app-text/cmark:0= )
+ system-cmark? ( app-text/cmark )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.14