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

dev-haskell/alex-tools: allow ghc-8.10



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent cdc2f457
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2020 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
...@@ -29,5 +29,5 @@ src_prepare() { ...@@ -29,5 +29,5 @@ src_prepare() {
cabal_chdeps \ cabal_chdeps \
'base >=4.7 && <4.12' 'base >=4.7' \ 'base >=4.7 && <4.12' 'base >=4.7' \
'template-haskell >=2.9.0 && <2.14' 'template-haskell >=2.9.0 && <2.16' 'template-haskell >=2.9.0 && <2.14' 'template-haskell >=2.9.0'
} }
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