summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-02-21 19:51:58 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-02-21 19:51:58 +0000
commitec7e349b1bf97bb0ba9cbd5b148fd7a0b2ac1089 (patch)
tree5c7a3e08f8a0e594b9ae01eb6b3c5910dc91e982 /dev-haskell
parentSwitch to EAPI=5. (diff)
downloadgentoo-2-ec7e349b1bf97bb0ba9cbd5b148fd7a0b2ac1089.tar.gz
gentoo-2-ec7e349b1bf97bb0ba9cbd5b148fd7a0b2ac1089.tar.bz2
gentoo-2-ec7e349b1bf97bb0ba9cbd5b148fd7a0b2ac1089.zip
Allow ghc-7.8.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/filestore/ChangeLog7
-rw-r--r--dev-haskell/filestore/filestore-0.6.0.1.ebuild9
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-haskell/filestore/ChangeLog b/dev-haskell/filestore/ChangeLog
index 5989ab4d1ed6..d8c45aeacc27 100644
--- a/dev-haskell/filestore/ChangeLog
+++ b/dev-haskell/filestore/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/filestore
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/ChangeLog,v 1.1 2013/06/20 23:37:15 qnikst Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/ChangeLog,v 1.2 2014/02/21 19:51:58 slyfox Exp $
+
+ 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> filestore-0.6.0.1.ebuild:
+ Allow ghc-7.8.
*filestore-0.6.0.1 (20 Jun 2013)
diff --git a/dev-haskell/filestore/filestore-0.6.0.1.ebuild b/dev-haskell/filestore/filestore-0.6.0.1.ebuild
index ffbe7bd8ca98..0f0bdb15427c 100644
--- a/dev-haskell/filestore/filestore-0.6.0.1.ebuild
+++ b/dev-haskell/filestore/filestore-0.6.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/filestore-0.6.0.1.ebuild,v 1.1 2013/06/20 23:37:15 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filestore/filestore-0.6.0.1.ebuild,v 1.2 2014/02/21 19:51:58 slyfox Exp $
EAPI=5
@@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
dev-haskell/mtl
)"
+src_prepare() {
+ cabal_chdeps \
+ 'process >= 1.0 && < 1.2' 'process >= 1.0 && < 1.3'
+}
+
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag maxcount maxcount)