From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10D7D1382C5 for ; Sat, 12 May 2018 21:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE049E0982; Sat, 12 May 2018 21:44:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD396E0982 for ; Sat, 12 May 2018 21:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C0BD335C9D for ; Sat, 12 May 2018 21:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94D63B for ; Sat, 12 May 2018 21:44:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1526161472.b5c61dc752d82329f8a0d6ca9972daad35b853a4.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/snap-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild X-VCS-Directories: dev-haskell/snap-server/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b5c61dc752d82329f8a0d6ca9972daad35b853a4 X-VCS-Branch: master Date: Sat, 12 May 2018 21:44:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b586afd-f9dc-49b2-bba0-4873a2d02dc9 X-Archives-Hash: a2532c75fcf94ef346094f92e04b7b1a commit: b5c61dc752d82329f8a0d6ca9972daad35b853a4 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 12 21:44:32 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 12 21:44:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c61dc7 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 dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild b/dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild index 88ba664a020..26400139a1c 100644 --- a/dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild +++ b/dev-haskell/snap-server/snap-server-0.9.5.1-r1.ebuild @@ -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() {