diff options
-rw-r--r-- | dev-haskell/hsql/hsql-1.8.2-r1.ebuild (renamed from dev-haskell/hsql/hsql-1.8.2.ebuild) | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/dev-haskell/hsql/hsql-1.8.2.ebuild b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild index 4b56cb1b1717..9ccf6e441e7b 100644 --- a/dev-haskell/hsql/hsql-1.8.2.ebuild +++ b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild @@ -1,26 +1,29 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -# ebuild generated by hackport 0.2.13 +EAPI=5 -EAPI=4 +# ebuild generated by hackport 0.4.6.9999 -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit base haskell-cabal +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal DESCRIPTION="Database access from Haskell" HOMEPAGE="http://hackage.haskell.org/package/hsql" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-6.10.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 +" pkg_postinst () { ghc-package_pkg_postinst |