dev-haskell/time-compat: add missing dependency on old-time
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 17 Sep 2015 07:45:40 +0000 (08:45 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 17 Sep 2015 07:45:40 +0000 (08:45 +0100)
Package-Manager: portage-2.2.20

dev-haskell/time-compat/time-compat-0.1.0.3.ebuild

index 3a7cba5625814058ff43e72ed721fbaaa04d7c5f..b57019f9bffe8cbe44d0458ada95ac2b17d9932a 100644 (file)
@@ -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
+"