projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495086f
)
dev-haskell/hdbc: allow ghc-8
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 10 May 2016 21:59:20 +0000
(22:59 +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/hdbc/hdbc-2.4.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-haskell/hdbc/hdbc-2.4.0.1.ebuild
b/dev-haskell/hdbc/hdbc-2.4.0.1.ebuild
index 45949beb7efe994d1ab552c819ee2c2ecb52e181..a2f89eb62f7bb9999c828bca4690774a338ff861 100644
(file)
--- a/
dev-haskell/hdbc/hdbc-2.4.0.1.ebuild
+++ b/
dev-haskell/hdbc/hdbc-2.4.0.1.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$
@@
-38,6
+38,11
@@
DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
+src_prepare() {
+ cabal_chdeps \
+ 'time >= 1.5 && < 1.6' 'time >= 1.5'
+}
+
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test buildtests)