diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 11:50:33 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 11:50:33 +0000 |
commit | 9870401075384f089dc7c70e68ca7abe7716f5cf (patch) | |
tree | b1714915a6770eefe2fcf3d05dafdf22af43d61e /dev-haskell/yesod-core/yesod-core-1.2.2.ebuild | |
parent | dev-haskell/yesod-routes: initial layout (diff) | |
download | gentoo-2-9870401075384f089dc7c70e68ca7abe7716f5cf.tar.gz gentoo-2-9870401075384f089dc7c70e68ca7abe7716f5cf.tar.bz2 gentoo-2-9870401075384f089dc7c70e68ca7abe7716f5cf.zip |
dev-haskell/yesod-core: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/yesod-core/yesod-core-1.2.2.ebuild')
-rw-r--r-- | dev-haskell/yesod-core/yesod-core-1.2.2.ebuild | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild b/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild new file mode 100644 index 000000000000..d37ed416ffa5 --- /dev/null +++ b/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-core/yesod-core-1.2.2.ebuild,v 1.1 2013/08/26 11:50:33 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/aeson-0.5:=[profile?] + dev-haskell/attoparsec-conduit:=[profile?] + >=dev-haskell/blaze-builder-0.2.1.4:=[profile?] + <dev-haskell/blaze-builder-0.4:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + >=dev-haskell/case-insensitive-0.2:=[profile?] + =dev-haskell/cereal-0.3*:=[profile?] + =dev-haskell/clientsession-0.9*:=[profile?] + >=dev-haskell/conduit-0.5:=[profile?] + =dev-haskell/cookie-0.4*:=[profile?] + dev-haskell/data-default:=[profile?] + =dev-haskell/failure-0.2*:=[profile?] + >=dev-haskell/fast-logger-0.2:=[profile?] + =dev-haskell/hamlet-1.1*:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/lifted-base-0.1.2:=[profile?] + =dev-haskell/monad-control-0.3*:=[profile?] + >=dev-haskell/monad-logger-0.3.1:=[profile?] + <dev-haskell/monad-logger-0.4:=[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.2:=[profile?] + >=dev-haskell/random-1.0.0.2:=[profile?] + <dev-haskell/random-1.1:=[profile?] + >=dev-haskell/resourcet-0.4.6:=[profile?] + <dev-haskell/resourcet-0.5:=[profile?] + dev-haskell/safe:=[profile?] + =dev-haskell/shakespeare-1.0*:=[profile?] + =dev-haskell/shakespeare-css-1.0*:=[profile?] + =dev-haskell/shakespeare-i18n-1.0*:=[profile?] + >=dev-haskell/shakespeare-js-1.0.2:=[profile?] + <dev-haskell/shakespeare-js-1.2:=[profile?] + >=dev-haskell/text-0.7:=[profile?] + <dev-haskell/text-0.12:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + <dev-haskell/transformers-0.4:=[profile?] + >=dev-haskell/transformers-base-0.4:=[profile?] + >=dev-haskell/vector-0.9:=[profile?] + <dev-haskell/vector-0.11:=[profile?] + =dev-haskell/wai-1.4*:=[profile?] + =dev-haskell/wai-extra-1.3*:=[profile?] + >=dev-haskell/warp-1.3.8:=[profile?] + =dev-haskell/yesod-routes-1.2*:=[profile?] + >=dev-lang/ghc-7.0.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + =dev-haskell/quickcheck-2* + >=dev-haskell/wai-test-1.3.0.5 + )" |