Skip to content

Commit

Permalink
dev-haskell/setlocale: allow ghc-8.10
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Mar 15, 2021
1 parent 3db7748 commit f6c90aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-haskell/setlocale/setlocale-1.0.0.9.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -22,3 +22,10 @@ RDEPEND=">=dev-lang/ghc-7.6.1:=
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"

src_prepare() {
default

cabal_chdeps \
'base >=4.6 && <4.14' 'base >=4.6'
}

0 comments on commit f6c90aa

Please sign in to comment.