diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-17 08:45:40 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-17 08:45:40 +0100 |
commit | 0e5df341385fe6274808912f5012370cdc2489a7 (patch) | |
tree | 93da11224d6a7f5807c3dabd1dea4450894d3511 /dev-haskell/time-compat | |
parent | dev-haskell/nats: add upper bound on ghc, bug #560256 (diff) | |
download | gentoo-0e5df341385fe6274808912f5012370cdc2489a7.tar.gz gentoo-0e5df341385fe6274808912f5012370cdc2489a7.tar.bz2 gentoo-0e5df341385fe6274808912f5012370cdc2489a7.zip |
dev-haskell/time-compat: add missing dependency on old-time
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/time-compat')
-rw-r--r-- | dev-haskell/time-compat/time-compat-0.1.0.3.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild index 3a7cba562581..b57019f9bffe 100644 --- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild +++ b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -# ebuild generated by hackport 0.3.2.9999 +# ebuild generated by hackport 0.4.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -18,6 +18,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-6.12.1:=" +RDEPEND="dev-haskell/old-time:=[profile?] + >=dev-lang/ghc-7.4.1:= +" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10" + >=dev-haskell/cabal-1.10 +" |