diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-27 10:26:42 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-27 10:26:46 +0100 |
commit | f2990cea5c6c600f602ed2f3e4e47c231b272fca (patch) | |
tree | a97cc2d3f369bffe2c591e78c9cfdf19f87a11a6 /dev-haskell/hsyaml-aeson | |
parent | net-im/pidgin: Only run python_fix_shebang with USE="dbus" (diff) | |
download | gentoo-f2990cea5c6c600f602ed2f3e4e47c231b272fca.tar.gz gentoo-f2990cea5c6c600f602ed2f3e4e47c231b272fca.tar.bz2 gentoo-f2990cea5c6c600f602ed2f3e4e47c231b272fca.zip |
dev-haskell/hsyaml-aeson: allow latest aeson
Reported-by: hoarau.fabrice@free.fr
Closes: https://bugs.gentoo.org/792507
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hsyaml-aeson')
-rw-r--r-- | dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild | 5 |
1 files 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 4d6060d2afb2..4e02c6072d88 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' } |