summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 08:45:40 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:21:57 +0000
commitac46352444f0446ac189be601a4e3cf5fc1b8f3e (patch)
tree28330e49cde07da42370739ee7fc379973613fa5 /dev-haskell
parentdev-haskell/aeson-compat: new package, a depend of dev-haskell/persistent-tem... (diff)
downloadgentoo-ac46352444f0446ac189be601a4e3cf5fc1b8f3e.tar.gz
gentoo-ac46352444f0446ac189be601a4e3cf5fc1b8f3e.tar.bz2
gentoo-ac46352444f0446ac189be601a4e3cf5fc1b8f3e.zip
dev-haskell/persistent-template: bump up to 2.5.1.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/persistent-template/Manifest1
-rw-r--r--dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/persistent-template/Manifest b/dev-haskell/persistent-template/Manifest
index bcf0d95770ad..a5c077cd9c94 100644
--- a/dev-haskell/persistent-template/Manifest
+++ b/dev-haskell/persistent-template/Manifest
@@ -1 +1,2 @@
DIST persistent-template-2.1.3.4.tar.gz 19084 SHA256 4f28c9ef478e3835de5bc0105907582b2e0229cecc84ffa895c67c1a59ae2172 SHA512 8b218dea93a6a2ca80801acb43f101d6809d7118f3b6765a98543d87b12b4b565d5b3ea1f1256863b2493553f996ef5dcc569432507de6477b1f59a02093d95a WHIRLPOOL cff63be1def830d15a099039be64221760b442ebe46466600b736269df2ca872199d20bebadad4477e1eb3964ff5d7e459522010e004389119adba11e43124e0
+DIST persistent-template-2.5.1.6.tar.gz 20196 SHA256 f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44 SHA512 4e2432a0f0fca28699c3abe9298b10451330dfb4e2b1a7048a2a98e3e18d4b41df06ba1bd53ffbbce3aebb123cd2f6ec9249580490a32c478ff3aff628011916 WHIRLPOOL fc19d82e1cad922fca95116716ee7c588698de95e4941766c4fada963389f694ee4cc25fb517c572843dab8fb270f3c32935266815e339d8ab34513256859ed1
diff --git a/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild b/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild
new file mode 100644
index 000000000000..59b304c814eb
--- /dev/null
+++ b/dev-haskell/persistent-template/persistent-template-2.5.1.6-r2.ebuild
@@ -0,0 +1,46 @@
+# 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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Type-safe, non-relational, multi-backend persistence"
+HOMEPAGE="http://www.yesodweb.com/book/persistent"
+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.7:=[profile?]
+ >=dev-haskell/aeson-compat-0.3.2.0:=[profile?] <dev-haskell/aeson-compat-0.4:=[profile?]
+ >=dev-haskell/http-api-data-0.2:=[profile?]
+ >=dev-haskell/monad-control-0.2:=[profile?] <dev-haskell/monad-control-1.1:=[profile?]
+ dev-haskell/monad-logger:=[profile?]
+ dev-haskell/path-pieces:=[profile?]
+ >=dev-haskell/persistent-2.5:=[profile?] <dev-haskell/persistent-3:=[profile?]
+ dev-haskell/tagged:=[profile?]
+ >=dev-haskell/text-0.5:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?]
+ dev-haskell/unordered-containers:=[profile?]
+ >=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.16.0
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/quickcheck )
+"
+
+src_prepare() {
+ default
+
+ cabal_chdeps \
+ 'aeson >= 0.7 && < 0.12' 'aeson >= 0.7' \
+ 'http-api-data >= 0.2 && < 0.3' 'http-api-data >= 0.2'
+}