Skip to content

Commit

Permalink
dev-haskell/alex-tools: 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 885d1e4 commit 8edaa38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-haskell/alex-tools/alex-tools-0.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
}

0 comments on commit 8edaa38

Please sign in to comment.