summaryrefslogtreecommitdiff
path: root/dev-haskell/auto-update/auto-update-0.1.6.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-15 10:40:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-15 11:16:25 +0000
commit09fe5fc8b581c98b62599e59110b706fd373a116 (patch)
tree3144b3d7b15254dcbd79812e20d2ece690387a08 /dev-haskell/auto-update/auto-update-0.1.6.ebuild
parent4c5260df0ebc0278493477ebe61223e582dfa512 (diff)
downloadgentoo-09fe5fc8b581c98b62599e59110b706fd373a116.tar.gz
gentoo-09fe5fc8b581c98b62599e59110b706fd373a116.tar.bz2
gentoo-09fe5fc8b581c98b62599e59110b706fd373a116.zip
dev-haskell/auto-update: bump up to 0.1.6
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/auto-update/auto-update-0.1.6.ebuild')
-rw-r--r--dev-haskell/auto-update/auto-update-0.1.6.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/auto-update/auto-update-0.1.6.ebuild b/dev-haskell/auto-update/auto-update-0.1.6.ebuild
new file mode 100644
index 000000000000..576e43979d73
--- /dev/null
+++ b/dev-haskell/auto-update/auto-update-0.1.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Efficiently run periodic, on-demand actions"
+HOMEPAGE="https://github.com/yesodweb/wai"
+SRC_URI="https://hackage.haskell.org/package/${P}/${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
+ test? ( dev-haskell/exceptions
+ dev-haskell/hspec
+ dev-haskell/hunit
+ dev-haskell/retry )
+"