summaryrefslogtreecommitdiff
path: root/dev-haskell/alex-tools/alex-tools-0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/alex-tools/alex-tools-0.4.ebuild')
-rw-r--r--dev-haskell/alex-tools/alex-tools-0.4.ebuild4
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'
}