dev-haskell/snap-server: allow ghc-8

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/649826
Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
Sergei Trofimovich
2018-05-12 22:44:32 +01:00
parent a83b708934
commit b5c61dc752

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -39,7 +39,8 @@ DEPEND="${RDEPEND}
src_prepare() {
cabal_chdeps \
'attoparsec >= 0.10 && < 0.13' 'attoparsec >= 0.10 && < 0.14'
'attoparsec >= 0.10 && < 0.13' 'attoparsec >= 0.10 && < 0.14' \
'time >= 1.0 && < 1.6' 'time >= 1.0'
}
src_configure() {