Unverified Commit 3df9bd24 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

dev-haskell/lattices: allow ghc-8.10



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 33c6acf9
...@@ -36,3 +36,10 @@ DEPEND="${RDEPEND} ...@@ -36,3 +36,10 @@ DEPEND="${RDEPEND}
>=dev-haskell/tasty-1.2.1 <dev-haskell/tasty-1.3 >=dev-haskell/tasty-1.2.1 <dev-haskell/tasty-1.3
>=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.11 ) >=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.11 )
" "
src_prepare() {
default
cabal_chdeps \
'base >=4.6 && <4.14' 'base >=4.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