diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-08-06 16:34:57 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-06 19:47:16 +0100 |
commit | 28cf65bc139a4216b058944dda8c2c6c35c7ff63 (patch) | |
tree | ffe2a0fd6fe11206d7d97f595825836512b2c1cd /dev-haskell/happstack-server/happstack-server-7.6.0.ebuild | |
parent | net-libs/ntirpc: Removed old (diff) | |
download | gentoo-28cf65bc139a4216b058944dda8c2c6c35c7ff63.tar.gz gentoo-28cf65bc139a4216b058944dda8c2c6c35c7ff63.tar.bz2 gentoo-28cf65bc139a4216b058944dda8c2c6c35c7ff63.zip |
dev-haskell/happstack-server: bump up to 7.6.0
Closes: https://bugs.gentoo.org/736008
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17028
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/happstack-server/happstack-server-7.6.0.ebuild')
-rw-r--r-- | dev-haskell/happstack-server/happstack-server-7.6.0.ebuild | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/dev-haskell/happstack-server/happstack-server-7.6.0.ebuild b/dev-haskell/happstack-server/happstack-server-7.6.0.ebuild new file mode 100644 index 000000000000..ca46057156f8 --- /dev/null +++ b/dev-haskell/happstack-server/happstack-server-7.6.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Web related tools and services" +HOMEPAGE="https://happstack.com" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+network-uri +template-haskell" + +RDEPEND=">=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.1:=[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-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?] + >=dev-haskell/network-3:=[profile?] <dev-haskell/network-3.2:=[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) \ + $(cabal_flag template-haskell template_haskell) +} |