diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-23 12:45:58 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-23 05:06:20 +0100 |
commit | ff2ac968a022091cce42d4e7fc244f2a66952b16 (patch) | |
tree | 9431cd7d808d2fa579b533c9c4aeb3e9676f3814 /dev-haskell/yesod-persistent | |
parent | dev-haskell/persistent-template: add 2.12.0.0 (diff) | |
download | gentoo-ff2ac968a022091cce42d4e7fc244f2a66952b16.tar.gz gentoo-ff2ac968a022091cce42d4e7fc244f2a66952b16.tar.bz2 gentoo-ff2ac968a022091cce42d4e7fc244f2a66952b16.zip |
dev-haskell/yesod-persistent: add 1.6.0.8
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/yesod-persistent')
-rw-r--r-- | dev-haskell/yesod-persistent/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/yesod-persistent/yesod-persistent-1.6.0.8.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-haskell/yesod-persistent/Manifest b/dev-haskell/yesod-persistent/Manifest index b156f46219e5..00eae0c68736 100644 --- a/dev-haskell/yesod-persistent/Manifest +++ b/dev-haskell/yesod-persistent/Manifest @@ -1 +1,2 @@ DIST yesod-persistent-1.6.0.4.tar.gz 5319 BLAKE2B ed8afa4ceaad8dabd62e5da4d11d7aef3f2f8c97277de6df99380be8650ca3c0481aba2f62204b8d94f9bc5769e260c1576dd9fe5608626bd6018d1e965389ca SHA512 a52d85b025397ae04641346107124a5570765356bc7209f0391646b93b3c8954219c73d717c98d108d552800eeb2122531f98abd2b0e2109aee59c7d9825f70d +DIST yesod-persistent-1.6.0.8.tar.gz 5612 BLAKE2B c3eae29c88a3093d0ef0f254888943f284be22c6b1face4ebffe63f8964e1681c23ef054eac7b3ad2cb1a04d382c1388e042e11ebe54474321ce51783b6f0c78 SHA512 2e356cd3f1ffac1ad7390cdaff436c4179190e8f160fe8a8e798678498e67ea34ba087207df750453bc237e827f7c2748c86a2419240079c5a7012cef5381340 diff --git a/dev-haskell/yesod-persistent/yesod-persistent-1.6.0.8.ebuild b/dev-haskell/yesod-persistent/yesod-persistent-1.6.0.8.ebuild new file mode 100644 index 000000000000..8d688871e389 --- /dev/null +++ b/dev-haskell/yesod-persistent/yesod-persistent-1.6.0.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.1.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Some helpers for using Persistent from Yesod" +HOMEPAGE="https://www.yesodweb.com/" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-haskell/blaze-builder:=[profile?] + dev-haskell/conduit:=[profile?] + >=dev-haskell/persistent-2.8:=[profile?] + >=dev-haskell/persistent-template-2.1:=[profile?] + dev-haskell/resource-pool:=[profile?] + >=dev-haskell/resourcet-0.4.5:=[profile?] + >=dev-haskell/yesod-core-1.6:=[profile?] <dev-haskell/yesod-core-1.7:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( dev-haskell/hspec + >=dev-haskell/persistent-sqlite-2.8 + dev-haskell/wai-extra ) +" |