diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 17:33:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | fb0d0309056be1d1a47b951b9aca4fb57f882434 (patch) | |
tree | 3ded4e38cc21aa046b6ec898b837286fd28c2970 /dev-haskell/auto-update/auto-update-0.1.3.ebuild | |
parent | dev-haskell/asn1-parse: bump up to 0.9.4 (diff) | |
download | gentoo-fb0d0309056be1d1a47b951b9aca4fb57f882434.tar.gz gentoo-fb0d0309056be1d1a47b951b9aca4fb57f882434.tar.bz2 gentoo-fb0d0309056be1d1a47b951b9aca4fb57f882434.zip |
dev-haskell/auto-update: bump up to 0.1.3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/auto-update/auto-update-0.1.3.ebuild')
-rw-r--r-- | dev-haskell/auto-update/auto-update-0.1.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/auto-update/auto-update-0.1.3.ebuild b/dev-haskell/auto-update/auto-update-0.1.3.ebuild new file mode 100644 index 000000000000..aa1079931c06 --- /dev/null +++ b/dev-haskell/auto-update/auto-update-0.1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Efficiently run periodic, on-demand actions" +HOMEPAGE="https://github.com/yesodweb/wai" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |