diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 19:32:58 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-15 22:32:53 +0000 |
commit | 8edaa384022ab967f75bc59382b299c26eaa7368 (patch) | |
tree | 107375f54559712fb694b7a7e4bfa17234a42c67 /dev-haskell/alex-tools | |
parent | dev-haskell/gtk2hs-buildtools: allow gcc-11 (diff) | |
download | gentoo-8edaa384022ab967f75bc59382b299c26eaa7368.tar.gz gentoo-8edaa384022ab967f75bc59382b299c26eaa7368.tar.bz2 gentoo-8edaa384022ab967f75bc59382b299c26eaa7368.zip |
dev-haskell/alex-tools: allow ghc-8.10
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/alex-tools')
-rw-r--r-- | dev-haskell/alex-tools/alex-tools-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/alex-tools/alex-tools-0.4.ebuild b/dev-haskell/alex-tools/alex-tools-0.4.ebuild index d33a9a66b590..f1f30eb55b20 100644 --- a/dev-haskell/alex-tools/alex-tools-0.4.ebuild +++ b/dev-haskell/alex-tools/alex-tools-0.4.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 @@ -29,5 +29,5 @@ src_prepare() { cabal_chdeps \ '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' } |