diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 11:05:53 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 12:02:41 +0000 |
commit | b9a31d85915f188c7574e20f64a242472fe563b1 (patch) | |
tree | 6274cf5ec093dab65d952108acbba32db63e5ebe /dev-haskell | |
parent | dev-haskell/yesod-static: bump up to 1.5.0.5 (diff) | |
download | gentoo-b9a31d85915f188c7574e20f64a242472fe563b1.tar.gz gentoo-b9a31d85915f188c7574e20f64a242472fe563b1.tar.bz2 gentoo-b9a31d85915f188c7574e20f64a242472fe563b1.zip |
dev-haskell/yesod-persistent: bump up to 1.4.0.6
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/yesod-persistent/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest index bd3cffd4b886..9359c22d3529 100644 --- a/dev-haskell/yesod-persistent/Manifest +++ b/dev-haskell/yesod-persistent/Manifest @@ -1 +1,2 @@ DIST yesod-persistent-1.4.0.5.tar.gz 4375 SHA256 e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2 SHA512 867e252e7c511da5b4adaaebb22f53fcf657a588c43be456d8415157e49caa8e51b40fb875bf93834cf93c353c5d9f8455eff911636a13245c0725617ad52eb1 WHIRLPOOL aad20e94944de017138c5d172602326152681ea36c9c9e2bba6e681f421d3f836c28e2ec5e15418c65bf009ddd858f40f015a991beef52420426a801d1ed6913 +DIST yesod-persistent-1.4.0.6.tar.gz 4401 SHA256 69c1261b49a6448795d569431691115fc6b86f7b296905573f5b2271465dee71 SHA512 36f949ad6e2740ee3f9e3d198e4e8641b8349f41d1ebb4a958892df638a966b98cffb2579d3d08dae30baffd385aaba93364864736db973ce74174eb2062f64e WHIRLPOOL c1b00af817bd963fe86c919f7051cf03848ac832140dd219131420a40a6c2fcf154b9aeeb0fbf095413e10327a6a0ff352556f73dc77258ee979043e37e7aaeb diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild new file mode 100644 index 000000000000..cf0526524bab --- /dev/null +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.4.0.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Some helpers for using Persistent from Yesod" +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/blaze-builder:=[profile?] + dev-haskell/conduit:=[profile?] + >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?] + >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?] + dev-haskell/resource-pool:=[profile?] + >=dev-haskell/resourcet-0.4.5:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + >=dev-haskell/yesod-core-1.4.0:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec + dev-haskell/persistent-sqlite + dev-haskell/text + dev-haskell/wai-extra ) +" |