diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 23:00:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | 797afb55183cba18a635a7b547aa1141781ce870 (patch) | |
tree | ed49ba155b7b5ff088801bd8b5541ea3d6aee736 /dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild | |
parent | dev-haskell/hastache: allow ghc-8 (diff) | |
download | gentoo-797afb55183cba18a635a7b547aa1141781ce870.tar.gz gentoo-797afb55183cba18a635a7b547aa1141781ce870.tar.bz2 gentoo-797afb55183cba18a635a7b547aa1141781ce870.zip |
dev-haskell/happstack-server: bump up to 7.4.6.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild')
-rw-r--r-- | dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild new file mode 100644 index 000000000000..17ec92f99cc0 --- /dev/null +++ b/dev-haskell/happstack-server/happstack-server-7.4.6.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.7.9999 +#hackport: flags: +network_2_2_3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Web related tools and services" +HOMEPAGE="http://happstack.com" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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.9:=[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/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/time-compat:=[profile?] + >=dev-haskell/transformers-0.1.3:=[profile?] <dev-haskell/transformers-0.6:=[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.6:=[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.4.1:= + network-uri? ( >dev-haskell/network-2.6:=[profile?] <dev-haskell/network-2.7:=[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.8 + test? ( dev-haskell/hunit ) +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag network-uri network-uri) \ + --flag=network_2_2_3 \ + $(cabal_flag template_haskell template_haskell) +} |