Skip to content

Commit

Permalink
dev-haskell/snap-server: allow ghc-8
Browse files Browse the repository at this point in the history
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/649826
Package-Manager: Portage-2.3.36, Repoman-2.3.9
  • Loading branch information
Sergei Trofimovich committed May 12, 2018
1 parent a83b708 commit b5c61dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit b5c61dc

Please sign in to comment.