commit: 135cc6f27061d2dbe85a6b076e7a034479b8a7bc Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Sep 19 14:44:28 2015 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Sep 19 15:53:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135cc6f2
dev-haskell/blaze-html: allow text-1.1 Package-Manager: portage-2.2.20 dev-haskell/blaze-html/blaze-html-0.6.1.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-haskell/blaze-html/blaze-html-0.6.1.2.ebuild b/dev-haskell/blaze-html/blaze-html-0.6.1.2.ebuild index da10e37..0663239 100644 --- a/dev-haskell/blaze-html/blaze-html-0.6.1.2.ebuild +++ b/dev-haskell/blaze-html/blaze-html-0.6.1.2.ebuild @@ -20,7 +20,7 @@ IUSE="" RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?] >=dev-haskell/blaze-markup-0.5.1:=[profile?] <dev-haskell/blaze-markup-0.6:=[profile?] - >=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.1:=[profile?] + >=dev-haskell/text-0.10:=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} @@ -34,5 +34,6 @@ DEPEND="${RDEPEND} src_prepare() { cabal_chdeps \ - 'QuickCheck >= 2.4 && < 2.7' 'QuickCheck >= 2.4' + 'QuickCheck >= 2.4 && < 2.7' 'QuickCheck >= 2.4' \ + 'text >= 0.10 && < 1.1' 'text >= 0.10' }