commit:     1edb4cdfb3bd6d2f74e408ffe11fa2f09ddcf816
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sun Aug  9 20:41:57 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 19:17:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edb4cdf

dev-haskell/yesod: bump up to 1.6.1.0

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/yesod/Manifest             |  1 +
 dev-haskell/yesod/yesod-1.6.1.0.ebuild | 42 ++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-haskell/yesod/Manifest b/dev-haskell/yesod/Manifest
index 92fd4e1fb78..0378808ff37 100644
--- a/dev-haskell/yesod/Manifest
+++ b/dev-haskell/yesod/Manifest
@@ -1,3 +1,4 @@
 DIST yesod-1.4.3.tar.gz 9023 BLAKE2B 
ef7db3731a4f2c828dcba4cb6f5982141897de553ce096460a9514a97ba1ba2074270e25c6519c6ade14a597c50d4bfaf475f16d5308c936cab328285db416c1
 SHA512 
2964e290307fde99ea0b3ad27af61a5c2d4577fcf24eeb18d7ddd2d7210db8801d4d3a824ae6331e4d79a23155f9943b7b0f705c347bcec4a947fbe7c83b9278
 DIST yesod-1.4.4.tar.gz 9146 BLAKE2B 
b49d699ac0f5fec33b194f71dba35eb913e6d9b5b50113ccf9602c3bc14adaf7c66d8fb64ef5a1fd268c20196099204d20af75649f965deb2475c07db5279254
 SHA512 
ff58454e31efa47a50f04905c555a684d2a7415c726f60a206332f96ecb152eb566e285679d97cc1233baae9cc5cd42702365358ec2a55559a8b898540803f7c
 DIST yesod-1.6.0.2.tar.gz 9639 BLAKE2B 
67386bd4660401fa98b1c2b2e38fa8847bf9366561ceaf37b14e75afcaee252e72d5b3993268c3f5f471baa72989f564ce4a0192e63e3ca483346ef8abf8a1a2
 SHA512 
8274e51e48c6cda936b1b1024634ed1235cdeca5e5478fec7f9ca1ff9c995263235d2152290e902151d1c21415140846e0c4a336546b9e1617fae677dfac2cfb
+DIST yesod-1.6.1.0.tar.gz 9794 BLAKE2B 
b0306995ca93646d4ed1eb58356c706b1a4fb773cbcf3dd7649405484af1f077f7f22c9d1792d9fb34aca11dc357dd7d527bbc5e5d6f60d24baa0b3797f60255
 SHA512 
712eed39b64f515cb949186ddb950133cc2daccde6d4a9b0115809e5f4726a957b2809ee785b348971c617b3d173bcd40776b065f5bf1d68b79af12905ada77a

diff --git a/dev-haskell/yesod/yesod-1.6.1.0.ebuild 
b/dev-haskell/yesod/yesod-1.6.1.0.ebuild
new file mode 100644
index 00000000000..79758008e39
--- /dev/null
+++ b/dev-haskell/yesod/yesod-1.6.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Creation of type-safe, RESTful web applications"
+HOMEPAGE="http://www.yesodweb.com/";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+       >=dev-haskell/conduit-1.3:=[profile?]
+       dev-haskell/data-default-class:=[profile?]
+       dev-haskell/fast-logger:=[profile?]
+       dev-haskell/file-embed:=[profile?]
+       dev-haskell/monad-logger:=[profile?]
+       dev-haskell/shakespeare:=[profile?]
+       dev-haskell/streaming-commons:=[profile?]
+       dev-haskell/text:=[profile?]
+       dev-haskell/unordered-containers:=[profile?]
+       >=dev-haskell/wai-1.3:=[profile?]
+       >=dev-haskell/wai-extra-1.3:=[profile?]
+       dev-haskell/wai-logger:=[profile?]
+       >=dev-haskell/warp-1.3:=[profile?]
+       >=dev-haskell/yaml-0.8.17:=[profile?]
+       >=dev-haskell/yesod-core-1.6:=[profile?] 
<dev-haskell/yesod-core-1.7:=[profile?]
+       >=dev-haskell/yesod-form-1.6:=[profile?] 
<dev-haskell/yesod-form-1.7:=[profile?]
+       >=dev-haskell/yesod-persistent-1.6:=[profile?] 
<dev-haskell/yesod-persistent-1.7:=[profile?]
+       >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-2.0.0.2
+"

Reply via email to