commit:     2047fa91ae75a866b607c0062ccaa561c72095ed
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Tue Oct 20 08:12:50 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 22:02:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2047fa91

dev-haskell/yesod-core: bump up to 1.6.18.5

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17979
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/yesod-core/Manifest                   |  1 +
 dev-haskell/yesod-core/yesod-core-1.6.18.5.ebuild | 63 +++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-haskell/yesod-core/Manifest b/dev-haskell/yesod-core/Manifest
index 2f499149b8c..18757ee55a1 100644
--- a/dev-haskell/yesod-core/Manifest
+++ b/dev-haskell/yesod-core/Manifest
@@ -1 +1,2 @@
 DIST yesod-core-1.6.17.2.tar.gz 97530 BLAKE2B 
32f0a511ae1fa2250843470b0d4338938b9385287e09dfdf8dcef0316727b8fa93b6647458a18357ae39000d51e55b21ce99e7e46b1572a2977ca2d1321c0227
 SHA512 
6d07d84ced61800a2b6448862d40c77f3e36afe7d09722e45d276797a80698b40ff5dfc8f67092cce7a6759e4e325ae113fdcd0550524c42334bc15d439dfbf9
+DIST yesod-core-1.6.18.5.tar.gz 100191 BLAKE2B 
55ec54c6a79dc45ac3b4c8ef4d4d0f0ea111130f1f49ee88dea4848a95921eff8822607f0ebbc740b0562eeb0ccdc9e7ee9febe851e4ce9f9e451369c62c993f
 SHA512 
4e9c739792714d6dd39ad8dc0659a8feb2f89b8b500f440d1bfae4b5e3497a8081e743bb3303b5d6c86bb80a6220becfd1b1af782be8165f3ba1d938f4beb65f

diff --git a/dev-haskell/yesod-core/yesod-core-1.6.18.5.ebuild 
b/dev-haskell/yesod-core/yesod-core-1.6.18.5.ebuild
new file mode 100644
index 00000000000..69579f186ba
--- /dev/null
+++ b/dev-haskell/yesod-core/yesod-core-1.6.18.5.ebuild
@@ -0,0 +1,63 @@
+# 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 test-suite"
+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=""
+
+RESTRICT=test # requires network
+
+RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
+       dev-haskell/auto-update:=[profile?]
+       >=dev-haskell/blaze-html-0.5:=[profile?]
+       >=dev-haskell/blaze-markup-0.7.1:=[profile?]
+       >=dev-haskell/case-insensitive-0.2:=[profile?]
+       >=dev-haskell/cereal-0.3:=[profile?]
+       >=dev-haskell/clientsession-0.9.1:=[profile?] 
<dev-haskell/clientsession-0.10:=[profile?]
+       >=dev-haskell/conduit-1.3:=[profile?]
+       dev-haskell/conduit-extra:=[profile?]
+       >=dev-haskell/cookie-0.4.3:=[profile?] 
<dev-haskell/cookie-0.5:=[profile?]
+       >=dev-haskell/fast-logger-2.2:=[profile?]
+       >=dev-haskell/http-types-0.7:=[profile?]
+       dev-haskell/memory:=[profile?]
+       >=dev-haskell/monad-logger-0.3.10:=[profile?] 
<dev-haskell/monad-logger-0.4:=[profile?]
+       dev-haskell/mtl:=[profile?]
+       >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
+       >=dev-haskell/path-pieces-0.1.2:=[profile?] 
<dev-haskell/path-pieces-0.3:=[profile?]
+       >=dev-haskell/primitive-0.6:=[profile?]
+       >=dev-haskell/random-1.0.0.2:=[profile?] 
<dev-haskell/random-1.3:=[profile?]
+       >=dev-haskell/resourcet-1.2:=[profile?]
+       >=dev-haskell/shakespeare-2.0:=[profile?]
+       >=dev-haskell/text-0.7:=[profile?]
+       dev-haskell/unix-compat:=[profile?]
+       dev-haskell/unliftio:=[profile?]
+       >=dev-haskell/unordered-containers-0.2:=[profile?]
+       >=dev-haskell/vector-0.9:=[profile?] 
<dev-haskell/vector-0.13:=[profile?]
+       >=dev-haskell/wai-3.2:=[profile?]
+       >=dev-haskell/wai-extra-3.0.7:=[profile?]
+       >=dev-haskell/wai-logger-0.2:=[profile?]
+       >=dev-haskell/warp-3.0.2:=[profile?]
+       dev-haskell/word8:=[profile?]
+       >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-2.0.0.2
+       test? ( dev-haskell/async
+               >=dev-haskell/hspec-1.3
+               dev-haskell/hspec-expectations
+               dev-haskell/hunit
+               dev-haskell/network
+               dev-haskell/streaming-commons )
+"

Reply via email to