projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6d75d
)
dev-haskell/nonce: allow ghc-8
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 10 May 2016 21:19:14 +0000
(22:19 +0100)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000
(09:48 +0100)
Package-Manager: portage-2.2.28
dev-haskell/nonce/nonce-1.0.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-haskell/nonce/nonce-1.0.2.ebuild
b/dev-haskell/nonce/nonce-1.0.2.ebuild
index 0a40dbf8bdd7a4cd8768f0aedfaaa1e577360763..2af2e3b6146ac9bb28091553aa0862fe761c9606 100644
(file)
--- a/
dev-haskell/nonce/nonce-1.0.2.ebuild
+++ b/
dev-haskell/nonce/nonce-1.0.2.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-28,3
+28,8
@@
RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-byt
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
+
+src_prepare() {
+ cabal_chdeps \
+ 'base >= 4.5 && < 4.9' 'base >= 4.5'
+}