Unverified Commit e766de17 authored by Jack Todaro's avatar Jack Todaro
Browse files

dev-lang/idris: allow ansi-terminal-0.11



Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: default avatarJack Todaro <solpeth@posteo.org>
parent 80ba82bb
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
...@@ -22,7 +22,7 @@ RESTRICT=test # pulls stack ...@@ -22,7 +22,7 @@ RESTRICT=test # pulls stack
RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
>=dev-haskell/annotated-wl-pprint-0.7:=[profile?] <dev-haskell/annotated-wl-pprint-0.8:=[profile?] >=dev-haskell/annotated-wl-pprint-0.7:=[profile?] <dev-haskell/annotated-wl-pprint-0.8:=[profile?]
<dev-haskell/ansi-terminal-0.11:=[profile?] <dev-haskell/ansi-terminal-0.12:=[profile?]
<dev-haskell/ansi-wl-pprint-0.7:=[profile?] <dev-haskell/ansi-wl-pprint-0.7:=[profile?]
<dev-haskell/async-2.3:=[profile?] <dev-haskell/async-2.3:=[profile?]
<dev-haskell/base64-bytestring-1.2:=[profile?] <dev-haskell/base64-bytestring-1.2:=[profile?]
...@@ -81,6 +81,7 @@ src_prepare() { ...@@ -81,6 +81,7 @@ src_prepare() {
tc-export AR CC RANLIB tc-export AR CC RANLIB
cabal_chdeps \ cabal_chdeps \
'ansi-terminal < 0.11' 'ansi-terminal' \
'Cabal >= 2.4 && < 3.1' 'Cabal >= 2.4' \ 'Cabal >= 2.4 && < 3.1' 'Cabal >= 2.4' \
'haskeline >= 0.7 && < 0.8' 'haskeline >= 0.8' \ 'haskeline >= 0.7 && < 0.8' 'haskeline >= 0.8' \
'aeson >= 0.6 && < 1.5' 'aeson >= 0.6' \ 'aeson >= 0.6 && < 1.5' 'aeson >= 0.6' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment