mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-haskell/yesod: bump up to 1.4.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST yesod-1.4.3.tar.gz 9023 SHA256 13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3 SHA512 2964e290307fde99ea0b3ad27af61a5c2d4577fcf24eeb18d7ddd2d7210db8801d4d3a824ae6331e4d79a23155f9943b7b0f705c347bcec4a947fbe7c83b9278 WHIRLPOOL bfbd19eff33cd9f6991a2861b32e2ed3b1e1f48e86eb3c25ad28826b156c1b5c8e4a554c8ec9a037221fc1f9ce0ca06debf22ba683af411495ae4cdaeb6fed4c
|
||||
DIST yesod-1.4.4.tar.gz 9146 SHA256 5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c SHA512 ff58454e31efa47a50f04905c555a684d2a7415c726f60a206332f96ecb152eb566e285679d97cc1233baae9cc5cd42702365358ec2a55559a8b898540803f7c WHIRLPOOL 9746490ff13792fad605ded452cc436a40d74fa9d06b2f93e83fc336999b1f7c6e36f851ee475d38ebdda068ffb664a83c070d5d95b52494a0dec4ba55164126
|
||||
|
||||
48
dev-haskell/yesod/yesod-1.4.4.ebuild
Normal file
48
dev-haskell/yesod/yesod-1.4.4.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.1.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-haskell/aeson:=[profile?]
|
||||
>=dev-haskell/blaze-html-0.5:=[profile?]
|
||||
>=dev-haskell/blaze-markup-0.5.1:=[profile?]
|
||||
dev-haskell/conduit:=[profile?]
|
||||
>=dev-haskell/conduit-extra-1.1.14:=[profile?]
|
||||
dev-haskell/data-default-class:=[profile?]
|
||||
dev-haskell/fast-logger:=[profile?]
|
||||
>=dev-haskell/monad-control-0.3:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
|
||||
dev-haskell/monad-logger:=[profile?]
|
||||
dev-haskell/resourcet:=[profile?]
|
||||
dev-haskell/semigroups:=[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.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
|
||||
>=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
|
||||
>=dev-haskell/yesod-persistent-1.4:=[profile?] <dev-haskell/yesod-persistent-1.5:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
"
|
||||
Reference in New Issue
Block a user