commit:     5ef7b6d83f0ae9eb84a6e04d84764f4b15ff8b7e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:10:44 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:32:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef7b6d8

dev-haskell/happstack-server: bump up to 7.6.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/happstack-server/Manifest              |  1 +
 .../happstack-server/happstack-server-7.6.1.ebuild | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-haskell/happstack-server/Manifest 
b/dev-haskell/happstack-server/Manifest
index b3efd76a4f9..8507f46b160 100644
--- a/dev-haskell/happstack-server/Manifest
+++ b/dev-haskell/happstack-server/Manifest
@@ -1 +1,2 @@
 DIST happstack-server-7.6.0.tar.gz 85715 BLAKE2B 
c4a673b6575a3131b29f00f4463431605bd26b469a366cbab3f87662b1e2c0ab43b4a6d205dec30ede009a71de38f27fcfcbd1ddf938ac1e4f419b1a31119c83
 SHA512 
cea814b470dd2d7a1dc3cf8a2724aa72e23f7832fc5292a7a1b3fbf8a6ef0980f13db777fadea3bdc5c9cb7dca7b35700ff2b94d6632ff7857a546a19ed1548f
+DIST happstack-server-7.6.1.tar.gz 84878 BLAKE2B 
5e146a317e41b039d24cac8dc41e7ebd707168193b5fc5cfe482ec53a3b31088438cffb5f91f741822e3ae1db19c98eaae6c1f0e012afebeebcda4182332bd1f
 SHA512 
e75bc986b16777563410ce42010a161790df5f5a575b253dac2a85ca7e724a9bf1a7485406f7235395d3a9adc3d8205dd3549fd718815390927aeed3c0b8a05e

diff --git a/dev-haskell/happstack-server/happstack-server-7.6.1.ebuild 
b/dev-haskell/happstack-server/happstack-server-7.6.1.ebuild
new file mode 100644
index 00000000000..fd564869651
--- /dev/null
+++ b/dev-haskell/happstack-server/happstack-server-7.6.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Web related tools and services"
+HOMEPAGE="http://happstack.com";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+network-uri"
+
+RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] 
<dev-haskell/base64-bytestring-1.2:=[profile?]
+       >=dev-haskell/blaze-html-0.5:=[profile?] 
<dev-haskell/blaze-html-0.10:=[profile?]
+       dev-haskell/exceptions:=[profile?]
+       dev-haskell/extensible-exceptions:=[profile?]
+       >=dev-haskell/hslogger-1.0.2:=[profile?]
+       dev-haskell/html:=[profile?]
+       >=dev-haskell/monad-control-0.3:=[profile?] 
<dev-haskell/monad-control-1.1:=[profile?]
+       >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
+       dev-haskell/old-locale:=[profile?]
+       <dev-haskell/parsec-4:=[profile?]
+       >=dev-haskell/semigroups-0.16:=[profile?]
+       >=dev-haskell/sendfile-0.7.1:=[profile?] 
<dev-haskell/sendfile-0.8:=[profile?]
+       dev-haskell/syb:=[profile?]
+       >=dev-haskell/system-filepath-0.3.1:=[profile?]
+       >=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.3:=[profile?]
+       >=dev-haskell/threads-0.5:=[profile?]
+       >=dev-haskell/transformers-base-0.4:=[profile?] 
<dev-haskell/transformers-base-0.5:=[profile?]
+       >=dev-haskell/transformers-compat-0.3:=[profile?] 
<dev-haskell/transformers-compat-0.7:=[profile?]
+       >=dev-haskell/utf8-string-0.3.4:=[profile?] 
<dev-haskell/utf8-string-1.1:=[profile?]
+       dev-haskell/xhtml:=[profile?]
+       dev-haskell/zlib:=[profile?]
+       >=dev-lang/ghc-7.8.2:=
+       network-uri? ( >=dev-haskell/network-3.0.0:=[profile?] 
<dev-haskell/network-3.2:=[profile?]
+                       >=dev-haskell/network-bsd-2.8.1:=[profile?] 
<dev-haskell/network-bsd-2.9:=[profile?]
+                       >=dev-haskell/network-uri-2.6:=[profile?] 
<dev-haskell/network-uri-2.7:=[profile?] )
+       !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18.1.3
+       test? ( dev-haskell/hunit )
+"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               $(cabal_flag network-uri network-uri)
+}

Reply via email to