commit:     f2990cea5c6c600f602ed2f3e4e47c231b272fca
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 09:26:42 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 09:26:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2990cea

dev-haskell/hsyaml-aeson: allow latest aeson

Reported-by: hoarau.fabrice <AT> free.fr
Closes: https://bugs.gentoo.org/792507
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild 
b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild
index 4d6060d2afb..4e02c6072d8 100644
--- a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild
+++ b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,5 +40,6 @@ src_prepare() {
 
        cabal_chdeps \
                'base         >= 4.5 && < 4.14' 'base         >= 4.5' \
-               'containers   >=0.4.2 && <0.7' 'containers   >=0.4.2'
+               'containers   >=0.4.2 && <0.7' 'containers   >=0.4.2' \
+               'aeson       ^>= 1.4.0.0' 'aeson       >= 1.4.0.0'
 }

Reply via email to