-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
KEYWORDS="~amd64 ~x86"
IUSE=""
+RESTRICT=test # needs a port to QC-2.8.2
+
RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
>=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
>=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
test? ( >=dev-haskell/hspec-1.3
>=dev-haskell/quickcheck-2.1 )
"
+
+src_prepare() {
+ cabal_chdeps \
+ 'time >= 1.5 && <1.6' 'time >= 1.5'
+}